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/at91sam9g45.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/at91sam9g45.h')
-rw-r--r-- | arch/arm/mach-at91/include/mach/at91sam9g45.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-at91/include/mach/at91sam9g45.h b/arch/arm/mach-at91/include/mach/at91sam9g45.h index c8fe455f631b..dfc4570fffe2 100644 --- a/arch/arm/mach-at91/include/mach/at91sam9g45.h +++ b/arch/arm/mach-at91/include/mach/at91sam9g45.h | |||
@@ -86,12 +86,12 @@ | |||
86 | /* | 86 | /* |
87 | * System Peripherals (offset from AT91_BASE_SYS) | 87 | * System Peripherals (offset from AT91_BASE_SYS) |
88 | */ | 88 | */ |
89 | #define AT91_DDRSDRC1 (0xffffe400 - AT91_BASE_SYS) | ||
90 | #define AT91_DDRSDRC0 (0xffffe600 - AT91_BASE_SYS) | ||
91 | #define AT91_PMC (0xfffffc00 - AT91_BASE_SYS) | 89 | #define AT91_PMC (0xfffffc00 - AT91_BASE_SYS) |
92 | #define AT91_GPBR (0xfffffd60 - AT91_BASE_SYS) | 90 | #define AT91_GPBR (0xfffffd60 - AT91_BASE_SYS) |
93 | 91 | ||
94 | #define AT91SAM9G45_BASE_ECC 0xffffe200 | 92 | #define AT91SAM9G45_BASE_ECC 0xffffe200 |
93 | #define AT91SAM9G45_BASE_DDRSDRC1 0xffffe400 | ||
94 | #define AT91SAM9G45_BASE_DDRSDRC0 0xffffe600 | ||
95 | #define AT91SAM9G45_BASE_DMA 0xffffec00 | 95 | #define AT91SAM9G45_BASE_DMA 0xffffec00 |
96 | #define AT91SAM9G45_BASE_SMC 0xffffe800 | 96 | #define AT91SAM9G45_BASE_SMC 0xffffe800 |
97 | #define AT91SAM9G45_BASE_MATRIX 0xffffea00 | 97 | #define AT91SAM9G45_BASE_MATRIX 0xffffea00 |