diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2011-11-15 13:58:31 -0500 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2012-02-23 03:26:41 -0500 |
commit | 1a269ade22bb65d0afc0d20e0a19602453fae04a (patch) | |
tree | daeb2b7a7f4d0d01ea16824d1d64bba34a339004 /arch/arm/mach-at91/pm.c | |
parent | 8ff12ad3df62ee343d5f5ec29572b9d2c5c2cedd (diff) |
ARM: at91: move at91rm9200 sdramc defines to at91rm9200_sdramc.h
This cleanup is done to allow to have multiple SoC in the same image.
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/pm.c')
-rw-r--r-- | arch/arm/mach-at91/pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/pm.c b/arch/arm/mach-at91/pm.c index aac00cecbf4f..8046a50a0c2a 100644 --- a/arch/arm/mach-at91/pm.c +++ b/arch/arm/mach-at91/pm.c | |||
@@ -315,7 +315,7 @@ static int __init at91_pm_init(void) | |||
315 | 315 | ||
316 | #ifdef CONFIG_ARCH_AT91RM9200 | 316 | #ifdef CONFIG_ARCH_AT91RM9200 |
317 | /* AT91RM9200 SDRAM low-power mode cannot be used with self-refresh. */ | 317 | /* AT91RM9200 SDRAM low-power mode cannot be used with self-refresh. */ |
318 | at91_sys_write(AT91_SDRAMC_LPR, 0); | 318 | at91_sys_write(AT91RM9200_SDRAMC_LPR, 0); |
319 | #endif | 319 | #endif |
320 | 320 | ||
321 | suspend_set_ops(&at91_pm_ops); | 321 | suspend_set_ops(&at91_pm_ops); |