aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2013-11-21 09:49:59 -0500
committerMike Turquette <mturquette@linaro.org>2014-01-17 15:37:25 -0500
commitd22031e2ac0777b35557bdd9f7959cc230de2625 (patch)
treedad030640d55626a8ed164b6ebef90094fc1a6a6 /arch
parentf1cf498ea88caa47f02ca384b2eede8c70f38c9c (diff)
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-omap2/io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c
index 44fc8cd20920..bbd2959c63d6 100644
--- a/arch/arm/mach-omap2/io.c
+++ b/arch/arm/mach-omap2/io.c
@@ -606,6 +606,7 @@ void __init am43xx_init_early(void)
606 am43xx_clockdomains_init(); 606 am43xx_clockdomains_init();
607 am43xx_hwmod_init(); 607 am43xx_hwmod_init();
608 omap_hwmod_init_postsetup(); 608 omap_hwmod_init_postsetup();
609 omap_clk_soc_init = am43xx_dt_clk_init;
609} 610}
610 611
611void __init am43xx_init_late(void) 612void __init am43xx_init_late(void)