OMAP4: clock: re-enable previous clockdomain enable/disable sequence
[pandora-kernel.git] / arch / arm / mach-omap2 / clock44xx_data.c
index 2af0e3f..a3a1827 100644 (file)
@@ -3379,7 +3379,13 @@ int __init omap4xxx_clk_init(void)
        }
 
        clk_init(&omap2_clk_functions);
-       omap2_clk_disable_clkdm_control();
+
+       /*
+        * Must stay commented until all OMAP SoC drivers are
+        * converted to runtime PM, or drivers may start crashing
+        *
+        * omap2_clk_disable_clkdm_control();
+        */
 
        for (c = omap44xx_clks; c < omap44xx_clks + ARRAY_SIZE(omap44xx_clks);
                                                                          c++)