diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2011-10-13 13:37:09 -0400 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2011-11-28 09:50:38 -0500 |
commit | faee0cc33c3df3b63314926eecef77d384ae9cd4 (patch) | |
tree | 971935add9711984b519d5994de928dcee0c0c04 /arch/arm/mach-at91/include/mach/at91sam9260.h | |
parent | 4ab0c5998d327cba5b7e0dc8ce67f45859997669 (diff) |
ARM: at91: make smc register base soc independent
now sam9_smc_configure will take as first parameter is the SMC id
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/include/mach/at91sam9260.h')
-rw-r--r-- | arch/arm/mach-at91/include/mach/at91sam9260.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/include/mach/at91sam9260.h b/arch/arm/mach-at91/include/mach/at91sam9260.h index b8c85dc4abce..e55ab6abcdbf 100644 --- a/arch/arm/mach-at91/include/mach/at91sam9260.h +++ b/arch/arm/mach-at91/include/mach/at91sam9260.h | |||
@@ -81,7 +81,6 @@ | |||
81 | * System Peripherals (offset from AT91_BASE_SYS) | 81 | * System Peripherals (offset from AT91_BASE_SYS) |
82 | */ | 82 | */ |
83 | #define AT91_SDRAMC0 (0xffffea00 - AT91_BASE_SYS) | 83 | #define AT91_SDRAMC0 (0xffffea00 - AT91_BASE_SYS) |
84 | #define AT91_SMC (0xffffec00 - AT91_BASE_SYS) | ||
85 | #define AT91_MATRIX (0xffffee00 - AT91_BASE_SYS) | 84 | #define AT91_MATRIX (0xffffee00 - AT91_BASE_SYS) |
86 | #define AT91_CCFG (0xffffef10 - AT91_BASE_SYS) | 85 | #define AT91_CCFG (0xffffef10 - AT91_BASE_SYS) |
87 | #define AT91_AIC (0xfffff000 - AT91_BASE_SYS) | 86 | #define AT91_AIC (0xfffff000 - AT91_BASE_SYS) |
@@ -93,6 +92,7 @@ | |||
93 | #define AT91_GPBR (0xfffffd50 - AT91_BASE_SYS) | 92 | #define AT91_GPBR (0xfffffd50 - AT91_BASE_SYS) |
94 | 93 | ||
95 | #define AT91SAM9260_BASE_ECC 0xffffe800 | 94 | #define AT91SAM9260_BASE_ECC 0xffffe800 |
95 | #define AT91SAM9260_BASE_SMC 0xffffec00 | ||
96 | #define AT91SAM9260_BASE_PIOA 0xfffff400 | 96 | #define AT91SAM9260_BASE_PIOA 0xfffff400 |
97 | #define AT91SAM9260_BASE_PIOB 0xfffff600 | 97 | #define AT91SAM9260_BASE_PIOB 0xfffff600 |
98 | #define AT91SAM9260_BASE_PIOC 0xfffff800 | 98 | #define AT91SAM9260_BASE_PIOC 0xfffff800 |