diff options
Diffstat (limited to 'arch/sh/boards/mach-ecovec24/setup.c')
-rw-r--r-- | arch/sh/boards/mach-ecovec24/setup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c index 8cdf11e00ee6..3248406ea7ff 100644 --- a/arch/sh/boards/mach-ecovec24/setup.c +++ b/arch/sh/boards/mach-ecovec24/setup.c | |||
@@ -850,7 +850,8 @@ static int __init arch_setup(void) | |||
850 | struct clk *clk; | 850 | struct clk *clk; |
851 | 851 | ||
852 | /* register board specific self-refresh code */ | 852 | /* register board specific self-refresh code */ |
853 | sh_mobile_register_self_refresh(SUSP_SH_STANDBY | SUSP_SH_SF, | 853 | sh_mobile_register_self_refresh(SUSP_SH_STANDBY | SUSP_SH_SF | |
854 | SUSP_SH_RSTANDBY, | ||
854 | &ecovec24_sdram_enter_start, | 855 | &ecovec24_sdram_enter_start, |
855 | &ecovec24_sdram_enter_end, | 856 | &ecovec24_sdram_enter_end, |
856 | &ecovec24_sdram_leave_start, | 857 | &ecovec24_sdram_leave_start, |