diff options
author | Tero Kristo <t-kristo@ti.com> | 2013-11-21 09:49:59 -0500 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-01-17 15:37:25 -0500 |
commit | d22031e2ac0777b35557bdd9f7959cc230de2625 (patch) | |
tree | dad030640d55626a8ed164b6ebef90094fc1a6a6 /arch | |
parent | f1cf498ea88caa47f02ca384b2eede8c70f38c9c (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.c | 1 |
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 | ||
611 | void __init am43xx_init_late(void) | 612 | void __init am43xx_init_late(void) |