aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clk/ti.h
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2013-08-02 07:04:19 -0400
committerMike Turquette <mturquette@linaro.org>2014-01-17 15:35:48 -0500
commitaafd900cab87d339dc3004c241eebc854005124b (patch)
tree3651529963ae709cc9c22ee709a6a238a587aca4 /include/linux/clk/ti.h
parent24582b3407775d57f06becfccd8cd202bc01eda6 (diff)
CLK: TI: add omap3 clock init file
clk-3xxx.c now contains the clock init functionality for omap3, including DT clock registration and adding of static clkdev entries. Signed-off-by: Tero Kristo <t-kristo@ti.com> Tested-by: Nishanth Menon <nm@ti.com> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'include/linux/clk/ti.h')
-rw-r--r--include/linux/clk/ti.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/clk/ti.h b/include/linux/clk/ti.h
index 17c034ea03ad..3d2ba57446cd 100644
--- a/include/linux/clk/ti.h
+++ b/include/linux/clk/ti.h
@@ -254,6 +254,7 @@ int omap3_dpll4_set_rate(struct clk_hw *clk, unsigned long rate,
254int omap2_dflt_clk_enable(struct clk_hw *hw); 254int omap2_dflt_clk_enable(struct clk_hw *hw);
255void omap2_dflt_clk_disable(struct clk_hw *hw); 255void omap2_dflt_clk_disable(struct clk_hw *hw);
256int omap2_dflt_clk_is_enabled(struct clk_hw *hw); 256int omap2_dflt_clk_is_enabled(struct clk_hw *hw);
257void omap3_clk_lock_dpll5(void);
257 258
258void __iomem *ti_clk_get_reg_addr(struct device_node *node, int index); 259void __iomem *ti_clk_get_reg_addr(struct device_node *node, int index);
259void ti_dt_clocks_register(struct ti_dt_clk *oclks); 260void ti_dt_clocks_register(struct ti_dt_clk *oclks);
@@ -264,6 +265,10 @@ int ti_clk_retry_init(struct device_node *node, struct clk_hw *hw,
264int of_ti_clk_autoidle_setup(struct device_node *node); 265int of_ti_clk_autoidle_setup(struct device_node *node);
265int ti_clk_add_component(struct device_node *node, struct clk_hw *hw, int type); 266int ti_clk_add_component(struct device_node *node, struct clk_hw *hw, int type);
266 267
268int omap3430_dt_clk_init(void);
269int omap3630_dt_clk_init(void);
270int am35xx_dt_clk_init(void);
271int ti81xx_dt_clk_init(void);
267int omap4xxx_dt_clk_init(void); 272int omap4xxx_dt_clk_init(void);
268int omap5xxx_dt_clk_init(void); 273int omap5xxx_dt_clk_init(void);
269int dra7xx_dt_clk_init(void); 274int dra7xx_dt_clk_init(void);