diff options
author | Tero Kristo <t-kristo@ti.com> | 2013-08-29 10:35:43 +0200 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-01-17 21:37:22 +0100 |
commit | f1cf498ea88caa47f02ca384b2eede8c70f38c9c (patch) | |
tree | a22ca4c65fff4ca4bd14b8bec9edfa361ec20dfb /arch/arm/mach-omap2 | |
parent | ARM: OMAP4: remove old clock data and link in new clock init code (diff) | |
download | linux-f1cf498ea88caa47f02ca384b2eede8c70f38c9c.tar.xz linux-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.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) dra7xx_clockdomains_init(); dra7xx_hwmod_init(); omap_hwmod_init_postsetup(); + omap_clk_soc_init = dra7xx_dt_clk_init; } void __init dra7xx_init_late(void) |