aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2013-08-29 11:35:43 +0300
committerMike Turquette <mturquette@linaro.org>2014-01-17 12:37:22 -0800
commitf1cf498ea88caa47f02ca384b2eede8c70f38c9c (patch)
treea22ca4c65fff4ca4bd14b8bec9edfa361ec20dfb /arch/arm/mach-omap2
parentARM: OMAP4: remove old clock data and link in new clock init code (diff)
downloadlinux-dev-f1cf498ea88caa47f02ca384b2eede8c70f38c9c.tar.xz
linux-dev-f1cf498ea88caa47f02ca384b2eede8c70f38c9c.zip
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>
Diffstat (limited to 'arch/arm/mach-omap2')
-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 c95b836f81aa..44fc8cd20920 100644
--- a/arch/arm/mach-omap2/io.c
+++ b/arch/arm/mach-omap2/io.c
@@ -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)