diff options
Diffstat (limited to 'include/linux/clk')
-rw-r--r-- | include/linux/clk/ti.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/clk/ti.h b/include/linux/clk/ti.h index 17fb49e4ff5e..d94feb3b5519 100644 --- a/include/linux/clk/ti.h +++ b/include/linux/clk/ti.h | |||
@@ -244,6 +244,8 @@ long omap2_dpll_round_rate(struct clk_hw *hw, unsigned long target_rate, | |||
244 | void omap2_init_clk_clkdm(struct clk_hw *clk); | 244 | void omap2_init_clk_clkdm(struct clk_hw *clk); |
245 | unsigned long omap3_clkoutx2_recalc(struct clk_hw *hw, | 245 | unsigned long omap3_clkoutx2_recalc(struct clk_hw *hw, |
246 | unsigned long parent_rate); | 246 | unsigned long parent_rate); |
247 | int omap2_clkops_enable_clkdm(struct clk_hw *hw); | ||
248 | void omap2_clkops_disable_clkdm(struct clk_hw *hw); | ||
247 | int omap3_dpll4_set_rate(struct clk_hw *clk, unsigned long rate, | 249 | int omap3_dpll4_set_rate(struct clk_hw *clk, unsigned long rate, |
248 | unsigned long parent_rate); | 250 | unsigned long parent_rate); |
249 | int omap2_dflt_clk_enable(struct clk_hw *hw); | 251 | int omap2_dflt_clk_enable(struct clk_hw *hw); |
@@ -268,5 +270,9 @@ static inline void of_ti_clk_deny_autoidle_all(void) { } | |||
268 | 270 | ||
269 | extern const struct clk_hw_omap_ops clkhwops_omap3_dpll; | 271 | extern const struct clk_hw_omap_ops clkhwops_omap3_dpll; |
270 | extern const struct clk_hw_omap_ops clkhwops_omap4_dpllmx; | 272 | extern const struct clk_hw_omap_ops clkhwops_omap4_dpllmx; |
273 | extern const struct clk_hw_omap_ops clkhwops_wait; | ||
274 | extern const struct clk_hw_omap_ops clkhwops_omap3430es2_dss_usbhost_wait; | ||
275 | extern const struct clk_hw_omap_ops clkhwops_am35xx_ipss_module_wait; | ||
276 | extern const struct clk_hw_omap_ops clkhwops_iclk_wait; | ||
271 | 277 | ||
272 | #endif | 278 | #endif |