ARM: AM43xx: Enable clock init
Initializes clock data from device tree. Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>
This commit is contained in:
parent
f1cf498ea8
commit
d22031e2ac
|
@ -606,6 +606,7 @@ void __init am43xx_init_early(void)
|
|||
am43xx_clockdomains_init();
|
||||
am43xx_hwmod_init();
|
||||
omap_hwmod_init_postsetup();
|
||||
omap_clk_soc_init = am43xx_dt_clk_init;
|
||||
}
|
||||
|
||||
void __init am43xx_init_late(void)
|
||||
|
|
Loading…
Reference in New Issue