ARM: OMAP4 clock framework: Remove the checks preventing OMAP4 clockdomain validation
The clockdomain related code being in place, it is not necessary to have some part of the clock code commented out. This would help the validation of the clockdomain functions using the clock level interfaces. Signed-off-by: Abhijit Pagare <abhijitpagare@ti.com> Signed-off-by: Paul Walmsley <paul@pwsan.com>
This commit is contained in:
committed by
Paul Walmsley
parent
0dfc242ff0
commit
bf98540106
@@ -2749,9 +2749,7 @@ int __init omap2_clk_init(void)
|
||||
if (c->cpu & cpu_clkflg) {
|
||||
clkdev_add(&c->lk);
|
||||
clk_register(c->lk.clk);
|
||||
/* TODO
|
||||
omap2_init_clk_clkdm(c->lk.clk);
|
||||
*/
|
||||
}
|
||||
|
||||
recalculate_root_clocks();
|
||||
|
Reference in New Issue
Block a user