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/at91sam9260.c | |
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/at91sam9260.c')
-rw-r--r-- | arch/arm/mach-at91/at91sam9260.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/at91sam9260.c b/arch/arm/mach-at91/at91sam9260.c index 5c15d144dce4..14882aec1d4f 100644 --- a/arch/arm/mach-at91/at91sam9260.c +++ b/arch/arm/mach-at91/at91sam9260.c | |||
@@ -325,6 +325,7 @@ static void __init at91sam9260_ioremap_registers(void) | |||
325 | { | 325 | { |
326 | at91_ioremap_shdwc(AT91SAM9260_BASE_SHDWC); | 326 | at91_ioremap_shdwc(AT91SAM9260_BASE_SHDWC); |
327 | at91_ioremap_rstc(AT91SAM9260_BASE_RSTC); | 327 | at91_ioremap_rstc(AT91SAM9260_BASE_RSTC); |
328 | at91_ioremap_ramc(0, AT91SAM9260_BASE_SDRAMC, 512); | ||
328 | at91sam926x_ioremap_pit(AT91SAM9260_BASE_PIT); | 329 | at91sam926x_ioremap_pit(AT91SAM9260_BASE_PIT); |
329 | at91sam9_ioremap_smc(0, AT91SAM9260_BASE_SMC); | 330 | at91sam9_ioremap_smc(0, AT91SAM9260_BASE_SMC); |
330 | at91_ioremap_matrix(AT91SAM9260_BASE_MATRIX); | 331 | at91_ioremap_matrix(AT91SAM9260_BASE_MATRIX); |