aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/clk/ti.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/clk/ti.h b/include/linux/clk/ti.h
index 506155b1fd1f..0e7c8d956f2b 100644
--- a/include/linux/clk/ti.h
+++ b/include/linux/clk/ti.h
@@ -248,6 +248,7 @@ unsigned long omap3_clkoutx2_recalc(struct clk_hw *hw,
248int omap2_clkops_enable_clkdm(struct clk_hw *hw); 248int omap2_clkops_enable_clkdm(struct clk_hw *hw);
249void omap2_clkops_disable_clkdm(struct clk_hw *hw); 249void omap2_clkops_disable_clkdm(struct clk_hw *hw);
250int omap2_clk_disable_autoidle_all(void); 250int omap2_clk_disable_autoidle_all(void);
251void omap2_clk_enable_init_clocks(const char **clk_names, u8 num_clocks);
251int omap3_dpll4_set_rate(struct clk_hw *clk, unsigned long rate, 252int omap3_dpll4_set_rate(struct clk_hw *clk, unsigned long rate,
252 unsigned long parent_rate); 253 unsigned long parent_rate);
253int omap2_dflt_clk_enable(struct clk_hw *hw); 254int omap2_dflt_clk_enable(struct clk_hw *hw);
@@ -266,6 +267,7 @@ int ti_clk_add_component(struct device_node *node, struct clk_hw *hw, int type);
266int omap4xxx_dt_clk_init(void); 267int omap4xxx_dt_clk_init(void);
267int omap5xxx_dt_clk_init(void); 268int omap5xxx_dt_clk_init(void);
268int dra7xx_dt_clk_init(void); 269int dra7xx_dt_clk_init(void);
270int am33xx_dt_clk_init(void);
269 271
270#ifdef CONFIG_OF 272#ifdef CONFIG_OF
271void of_ti_clk_allow_autoidle_all(void); 273void of_ti_clk_allow_autoidle_all(void);