diff options
author | Tero Kristo <t-kristo@ti.com> | 2013-11-21 15:49:59 +0100 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-01-17 21:37:25 +0100 |
commit | d22031e2ac0777b35557bdd9f7959cc230de2625 (patch) | |
tree | dad030640d55626a8ed164b6ebef90094fc1a6a6 /arch/arm/mach-omap2/io.c | |
parent | ARM: OMAP: DRA7: Enable clock init (diff) | |
download | linux-d22031e2ac0777b35557bdd9f7959cc230de2625.tar.xz linux-d22031e2ac0777b35557bdd9f7959cc230de2625.zip |
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/arm/mach-omap2/io.c')
-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) am43xx_clockdomains_init(); am43xx_hwmod_init(); omap_hwmod_init_postsetup(); + omap_clk_soc_init = am43xx_dt_clk_init; } void __init am43xx_init_late(void) |