diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-02-12 23:58:53 -0500 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2012-02-23 08:57:56 -0500 |
commit | f363c407b42c467d06675c852e55f26adb959915 (patch) | |
tree | 695ffaf47ee7db5adfa9dd23976b5df77bd738c5 /arch/arm/mach-at91/include/mach/at91sam9260.h | |
parent | 1a269ade22bb65d0afc0d20e0a19602453fae04a (diff) |
ARM: at91: make sdram/ddr register base soc independent
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 2bde6496cd41..c5b6b3b71060 100644 --- a/arch/arm/mach-at91/include/mach/at91sam9260.h +++ b/arch/arm/mach-at91/include/mach/at91sam9260.h | |||
@@ -80,11 +80,11 @@ | |||
80 | /* | 80 | /* |
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) | ||
84 | #define AT91_PMC (0xfffffc00 - AT91_BASE_SYS) | 83 | #define AT91_PMC (0xfffffc00 - AT91_BASE_SYS) |
85 | #define AT91_GPBR (0xfffffd50 - AT91_BASE_SYS) | 84 | #define AT91_GPBR (0xfffffd50 - AT91_BASE_SYS) |
86 | 85 | ||
87 | #define AT91SAM9260_BASE_ECC 0xffffe800 | 86 | #define AT91SAM9260_BASE_ECC 0xffffe800 |
87 | #define AT91SAM9260_BASE_SDRAMC 0xffffea00 | ||
88 | #define AT91SAM9260_BASE_SMC 0xffffec00 | 88 | #define AT91SAM9260_BASE_SMC 0xffffec00 |
89 | #define AT91SAM9260_BASE_MATRIX 0xffffee00 | 89 | #define AT91SAM9260_BASE_MATRIX 0xffffee00 |
90 | #define AT91SAM9260_BASE_DBGU AT91_BASE_DBGU0 | 90 | #define AT91SAM9260_BASE_DBGU AT91_BASE_DBGU0 |