diff options
author | Tero Kristo <t-kristo@ti.com> | 2013-07-15 06:14:20 -0400 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-01-17 15:35:45 -0500 |
commit | 24582b3407775d57f06becfccd8cd202bc01eda6 (patch) | |
tree | d365fb760c6433fcc2dcc6a3dd0c53078445ad58 /include/linux/clk | |
parent | 45622e2162b6d5907006f4595f2ac862afe1dfb5 (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 'include/linux/clk')
-rw-r--r-- | include/linux/clk/ti.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/clk/ti.h b/include/linux/clk/ti.h index 0e7c8d956f2b..17c034ea03ad 100644 --- a/include/linux/clk/ti.h +++ b/include/linux/clk/ti.h | |||
@@ -282,6 +282,11 @@ extern const struct clk_hw_omap_ops clkhwops_omap4_dpllmx; | |||
282 | extern const struct clk_hw_omap_ops clkhwops_wait; | 282 | extern const struct clk_hw_omap_ops clkhwops_wait; |
283 | extern const struct clk_hw_omap_ops clkhwops_omap3430es2_dss_usbhost_wait; | 283 | extern const struct clk_hw_omap_ops clkhwops_omap3430es2_dss_usbhost_wait; |
284 | extern const struct clk_hw_omap_ops clkhwops_am35xx_ipss_module_wait; | 284 | extern const struct clk_hw_omap_ops clkhwops_am35xx_ipss_module_wait; |
285 | extern const struct clk_hw_omap_ops clkhwops_am35xx_ipss_wait; | ||
286 | extern const struct clk_hw_omap_ops clkhwops_iclk; | ||
285 | extern const struct clk_hw_omap_ops clkhwops_iclk_wait; | 287 | extern const struct clk_hw_omap_ops clkhwops_iclk_wait; |
288 | extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_ssi_wait; | ||
289 | extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_dss_usbhost_wait; | ||
290 | extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_hsotgusb_wait; | ||
286 | 291 | ||
287 | #endif | 292 | #endif |