diff options
-rw-r--r-- | arch/arm/mach-omap2/clock44xx_data.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/clock44xx_data.c b/arch/arm/mach-omap2/clock44xx_data.c index 2af0e3f00ce1..a3a1827837e8 100644 --- a/arch/arm/mach-omap2/clock44xx_data.c +++ b/arch/arm/mach-omap2/clock44xx_data.c | |||
@@ -3379,7 +3379,13 @@ int __init omap4xxx_clk_init(void) | |||
3379 | } | 3379 | } |
3380 | 3380 | ||
3381 | clk_init(&omap2_clk_functions); | 3381 | clk_init(&omap2_clk_functions); |
3382 | omap2_clk_disable_clkdm_control(); | 3382 | |
3383 | /* | ||
3384 | * Must stay commented until all OMAP SoC drivers are | ||
3385 | * converted to runtime PM, or drivers may start crashing | ||
3386 | * | ||
3387 | * omap2_clk_disable_clkdm_control(); | ||
3388 | */ | ||
3383 | 3389 | ||
3384 | for (c = omap44xx_clks; c < omap44xx_clks + ARRAY_SIZE(omap44xx_clks); | 3390 | for (c = omap44xx_clks; c < omap44xx_clks + ARRAY_SIZE(omap44xx_clks); |
3385 | c++) | 3391 | c++) |