Browse Source

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>
Tero Kristo 11 years ago
parent
commit
d22031e2ac
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/arm/mach-omap2/io.c

+ 1 - 0
arch/arm/mach-omap2/io.c

@@ -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)