|
@@ -980,11 +980,6 @@ static void __init hdmi_init_pm_clock(void)
|
|
goto out;
|
|
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);
|
|
pr_debug("PLLC2 set frequency %lu\n", rate);
|
|
|
|
|
|
ret = clk_set_parent(hdmi_ick, &sh7372_pllc2_clk);
|
|
ret = clk_set_parent(hdmi_ick, &sh7372_pllc2_clk);
|