aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/io.c
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2014-07-02 11:47:39 +0300
committerPaul Walmsley <paul@pwsan.com>2014-07-15 14:08:55 -0600
commit8111e01045c1b3ac6b5d3c2ee3b8dc562efdf3ae (patch)
tree17900c0b7c5eade9a3583385503306daf15d4553 /arch/arm/mach-omap2/io.c
parentARM: OMAP4+: dpll44xx: remove cm-regbits-44xx.h and clock44xx.h includes (diff)
downloadlinux-dev-8111e01045c1b3ac6b5d3c2ee3b8dc562efdf3ae.tar.xz
linux-dev-8111e01045c1b3ac6b5d3c2ee3b8dc562efdf3ae.zip
ARM: OMAP2+: clock: introduce ti_clk_features flags
This shall be used to replace the cpu type checks around the clock code. Actual bit values will be introduced in patches later. Signed-off-by: Tero Kristo <t-kristo@ti.com> Reviewed-by: Mike Turquette <mturquette@linaro.org> Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r--arch/arm/mach-omap2/io.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c
index 8f559450c876..1fae5c123f79 100644
--- a/arch/arm/mach-omap2/io.c
+++ b/arch/arm/mach-omap2/io.c
@@ -728,6 +728,8 @@ int __init omap_clk_init(void)
if (!omap_clk_soc_init)
return 0;
+ ti_clk_init_features();
+
ret = of_prcm_init();
if (!ret)
ret = omap_clk_soc_init();