Commit d22031e2 authored by Tero Kristo's avatar Tero Kristo Committed by Mike Turquette

ARM: AM43xx: Enable clock init

Initializes clock data from device tree.
Signed-off-by: default avatarTero Kristo <t-kristo@ti.com>
Acked-by: default avatarTony Lindgren <tony@atomide.com>
Signed-off-by: default avatarMike Turquette <mturquette@linaro.org>
parent f1cf498e
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment