diff options
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r-- | arch/arm/mach-omap2/io.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index 5f73cf0bb7ef..371e5409fef0 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c | |||
@@ -28,6 +28,9 @@ | |||
28 | 28 | ||
29 | #include "powerdomains.h" | 29 | #include "powerdomains.h" |
30 | 30 | ||
31 | #include <mach/clockdomain.h> | ||
32 | #include "clockdomains.h" | ||
33 | |||
31 | extern void omap_sram_init(void); | 34 | extern void omap_sram_init(void); |
32 | extern int omap2_clk_init(void); | 35 | extern int omap2_clk_init(void); |
33 | extern void omap2_check_revision(void); | 36 | extern void omap2_check_revision(void); |
@@ -106,6 +109,7 @@ void __init omap2_init_common_hw(void) | |||
106 | { | 109 | { |
107 | omap2_mux_init(); | 110 | omap2_mux_init(); |
108 | pwrdm_init(powerdomains_omap); | 111 | pwrdm_init(powerdomains_omap); |
112 | clkdm_init(clockdomains_omap, clkdm_pwrdm_autodeps); | ||
109 | omap2_clk_init(); | 113 | omap2_clk_init(); |
110 | /* | 114 | /* |
111 | * Need to Fix this for 2430 | 115 | * Need to Fix this for 2430 |