diff options
author | Paul Walmsley <paul@pwsan.com> | 2008-08-19 04:08:44 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2008-08-19 04:08:44 -0400 |
commit | 801954d3debb87af9fa7f9187cb1100175d76ac7 (patch) | |
tree | 3f554033edbbeb6f2c6a29d24b4c08e0c5e647d2 /arch/arm/mach-omap2/io.c | |
parent | 8420bb13630032097be911a039cb64b5f62c01da (diff) |
ARM: OMAP2: Clockdomain: Encode OMAP2/3 clockdomains
Add clockdomain definitions for OMAP24xx and OMAP34xx chips.
Signed-off-by: Paul Walmsley <paul@pwsan.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 | 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 |