ARM: at91: Rename sama5_sfr.h to at91_sfr.h

The Special Function Registers (SFR) are present in sam9x5 and
sam9x60 too, rename sama5_sfr to at91_sfr.h.

Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
This commit is contained in:
Tudor Ambarus 2019-09-27 13:09:00 +00:00 committed by Eugen Hristev
parent 83a9f0a3d7
commit b96b175cbb
5 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@
#include <asm/io.h>
#include <asm/arch/at91_common.h>
#include <asm/arch/clk.h>
#include <asm/arch/sama5_sfr.h>
#include <asm/arch/at91_sfr.h>
#include <asm/arch/sama5d4.h>
char *get_cpu_name()

View File

@ -7,7 +7,7 @@
#include <common.h>
#include <asm/hardware.h>
#include <asm/io.h>
#include <asm/arch/sama5_sfr.h>
#include <asm/arch/at91_sfr.h>
#if defined(CONFIG_SAMA5D2) || defined(CONFIG_SAMA5D4)
void redirect_int_from_saic_to_aic(void)

View File

@ -6,8 +6,8 @@
* Bo Shen <voice.shen@atmel.com>
*/
#ifndef __SAMA5_SFR_H
#define __SAMA5_SFR_H
#ifndef __AT91_SFR_H
#define __AT91_SFR_H
struct atmel_sfr {
u32 reserved1; /* 0x00 */

View File

@ -4,7 +4,7 @@
#include <common.h>
#include <asm/io.h>
#include <asm/arch/sama5_sfr.h>
#include <asm/arch/at91_sfr.h>
#include <asm/arch/sama5d3_smc.h>
#include <asm/arch/at91_common.h>
#include <asm/arch/at91_pmc.h>

View File

@ -10,7 +10,7 @@
#include <syscon.h>
#include <linux/io.h>
#include <mach/at91_pmc.h>
#include <mach/sama5_sfr.h>
#include <mach/at91_sfr.h>
#include "pmc.h"
/*