aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/clock.h
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2013-07-15 06:14:20 -0400
committerMike Turquette <mturquette@linaro.org>2014-01-17 15:35:45 -0500
commit24582b3407775d57f06becfccd8cd202bc01eda6 (patch)
treed365fb760c6433fcc2dcc6a3dd0c53078445ad58 /arch/arm/mach-omap2/clock.h
parent45622e2162b6d5907006f4595f2ac862afe1dfb5 (diff)
CLK: TI: add interface clock support for OMAP3
OMAP3 has interface clocks in addition to functional clocks, which require special handling for the autoidle and idle status register offsets mainly. 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/clock.h')
-rw-r--r--arch/arm/mach-omap2/clock.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/clock.h b/arch/arm/mach-omap2/clock.h
index 1da9dc32fa4e..cbe5ff770ec4 100644
--- a/arch/arm/mach-omap2/clock.h
+++ b/arch/arm/mach-omap2/clock.h
@@ -270,15 +270,10 @@ extern struct clk dummy_ck;
270 270
271extern const struct clk_hw_omap_ops clkhwops_iclk_wait; 271extern const struct clk_hw_omap_ops clkhwops_iclk_wait;
272extern const struct clk_hw_omap_ops clkhwops_wait; 272extern const struct clk_hw_omap_ops clkhwops_wait;
273extern const struct clk_hw_omap_ops clkhwops_iclk;
274extern const struct clk_hw_omap_ops clkhwops_omap3430es2_ssi_wait; 273extern const struct clk_hw_omap_ops clkhwops_omap3430es2_ssi_wait;
275extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_ssi_wait;
276extern const struct clk_hw_omap_ops clkhwops_omap3430es2_dss_usbhost_wait; 274extern const struct clk_hw_omap_ops clkhwops_omap3430es2_dss_usbhost_wait;
277extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_dss_usbhost_wait;
278extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_hsotgusb_wait;
279extern const struct clk_hw_omap_ops clkhwops_omap3430es2_hsotgusb_wait; 275extern const struct clk_hw_omap_ops clkhwops_omap3430es2_hsotgusb_wait;
280extern const struct clk_hw_omap_ops clkhwops_am35xx_ipss_module_wait; 276extern const struct clk_hw_omap_ops clkhwops_am35xx_ipss_module_wait;
281extern const struct clk_hw_omap_ops clkhwops_am35xx_ipss_wait;
282extern const struct clk_hw_omap_ops clkhwops_apll54; 277extern const struct clk_hw_omap_ops clkhwops_apll54;
283extern const struct clk_hw_omap_ops clkhwops_apll96; 278extern const struct clk_hw_omap_ops clkhwops_apll96;
284extern const struct clk_hw_omap_ops clkhwops_omap2xxx_dpll; 279extern const struct clk_hw_omap_ops clkhwops_omap2xxx_dpll;