diff options
author | Juha Yrjola <juha.yrjola@solidboot.com> | 2006-12-06 20:13:46 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2007-09-20 12:59:16 -0400 |
commit | 33c9907535cef6cb5de1269540c04664c393d09c (patch) | |
tree | 6ed91debf2685a87c726964ea56f40d2209de5dc /arch/arm/mach-omap2/io.c | |
parent | 81cfe79b9c577139a873483654640eb3f6e78c39 (diff) |
ARM: OMAP2: Place SMS and SDRC into smart idle mode
Place SMS and SDRC into smart idle mode
Signed-off-by: Juha Yrjola <juha.yrjola@solidboot.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r-- | arch/arm/mach-omap2/io.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index 82dc70f6b779..a57a4295ce23 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c | |||
@@ -26,6 +26,7 @@ | |||
26 | extern void omap_sram_init(void); | 26 | extern void omap_sram_init(void); |
27 | extern int omap2_clk_init(void); | 27 | extern int omap2_clk_init(void); |
28 | extern void omap2_check_revision(void); | 28 | extern void omap2_check_revision(void); |
29 | extern void omap2_init_memory(void); | ||
29 | extern void gpmc_init(void); | 30 | extern void gpmc_init(void); |
30 | extern void omapfb_reserve_sdram(void); | 31 | extern void omapfb_reserve_sdram(void); |
31 | 32 | ||
@@ -80,5 +81,6 @@ void __init omap2_init_common_hw(void) | |||
80 | { | 81 | { |
81 | omap2_mux_init(); | 82 | omap2_mux_init(); |
82 | omap2_clk_init(); | 83 | omap2_clk_init(); |
84 | omap2_init_memory(); | ||
83 | gpmc_init(); | 85 | gpmc_init(); |
84 | } | 86 | } |