ARM: OMAP: DRA7: 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
c8c88d8512
commit
f1cf498ea8
1 changed files with 1 additions and 0 deletions
|
@ -692,6 +692,7 @@ void __init dra7xx_init_early(void)
|
|||
dra7xx_clockdomains_init();
|
||||
dra7xx_hwmod_init();
|
||||
omap_hwmod_init_postsetup();
|
||||
omap_clk_soc_init = dra7xx_dt_clk_init;
|
||||
}
|
||||
|
||||
void __init dra7xx_init_late(void)
|
||||
|
|
Loading…
Reference in a new issue