diff options
author | Tero Kristo <t-kristo@ti.com> | 2013-07-18 16:04:00 +0300 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-01-17 12:37:17 -0800 |
commit | c8c88d8512d34140c9fcf855dbf0a187491691ae (patch) | |
tree | 96a0a84682ed4c9d21672b9beff560502abe834a /arch/arm/mach-omap2/io.c | |
parent | cfa9667d4ac9da8b3ba2269f934ecd69ae504d39 (diff) | |
download | blackbird-op-linux-c8c88d8512d34140c9fcf855dbf0a187491691ae.tar.gz blackbird-op-linux-c8c88d8512d34140c9fcf855dbf0a187491691ae.zip |
ARM: OMAP4: remove old clock data and link in new clock init code
OMAP4 clocks have now been moved to DT, thus remove the old data file
and use the new init code under drivers/clk/omap/clk-44xx.c.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Tested-by: Nishanth Menon <nm@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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index 8517a62a97f0..c95b836f81aa 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c @@ -635,7 +635,7 @@ void __init omap4430_init_early(void) omap44xx_clockdomains_init(); omap44xx_hwmod_init(); omap_hwmod_init_postsetup(); - omap_clk_soc_init = omap4xxx_clk_init; + omap_clk_soc_init = omap4xxx_dt_clk_init; } void __init omap4430_init_late(void) |