diff options
author | Tero Kristo <t-kristo@ti.com> | 2013-08-29 04:35:43 -0400 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-01-17 15:37:22 -0500 |
commit | f1cf498ea88caa47f02ca384b2eede8c70f38c9c (patch) | |
tree | a22ca4c65fff4ca4bd14b8bec9edfa361ec20dfb | |
parent | c8c88d8512d34140c9fcf855dbf0a187491691ae (diff) |
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>
-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 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) | |||
692 | dra7xx_clockdomains_init(); | 692 | dra7xx_clockdomains_init(); |
693 | dra7xx_hwmod_init(); | 693 | dra7xx_hwmod_init(); |
694 | omap_hwmod_init_postsetup(); | 694 | omap_hwmod_init_postsetup(); |
695 | omap_clk_soc_init = dra7xx_dt_clk_init; | ||
695 | } | 696 | } |
696 | 697 | ||
697 | void __init dra7xx_init_late(void) | 698 | void __init dra7xx_init_late(void) |