ARM: mach-shmobile: PLL does not have to run constantly for HDMI
[pandora-kernel.git] / arch / arm / mach-shmobile / board-ap4evb.c
index 1e35fa9..74768d6 100644 (file)
@@ -980,11 +980,6 @@ static void __init hdmi_init_pm_clock(void)
                goto out;
        }
 
-       ret = clk_enable(&sh7372_pllc2_clk);
-       if (ret < 0) {
-               pr_err("Cannot enable pllc2 clock\n");
-               goto out;
-       }
        pr_debug("PLLC2 set frequency %lu\n", rate);
 
        ret = clk_set_parent(hdmi_ick, &sh7372_pllc2_clk);