diff options
author | Tero Kristo <t-kristo@ti.com> | 2013-08-02 07:04:19 -0400 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-01-17 15:35:48 -0500 |
commit | aafd900cab87d339dc3004c241eebc854005124b (patch) | |
tree | 3651529963ae709cc9c22ee709a6a238a587aca4 /include/linux/clk/ti.h | |
parent | 24582b3407775d57f06becfccd8cd202bc01eda6 (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.h | 5 |
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, | |||
254 | int omap2_dflt_clk_enable(struct clk_hw *hw); | 254 | int omap2_dflt_clk_enable(struct clk_hw *hw); |
255 | void omap2_dflt_clk_disable(struct clk_hw *hw); | 255 | void omap2_dflt_clk_disable(struct clk_hw *hw); |
256 | int omap2_dflt_clk_is_enabled(struct clk_hw *hw); | 256 | int omap2_dflt_clk_is_enabled(struct clk_hw *hw); |
257 | void omap3_clk_lock_dpll5(void); | ||
257 | 258 | ||
258 | void __iomem *ti_clk_get_reg_addr(struct device_node *node, int index); | 259 | void __iomem *ti_clk_get_reg_addr(struct device_node *node, int index); |
259 | void ti_dt_clocks_register(struct ti_dt_clk *oclks); | 260 | void 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, | |||
264 | int of_ti_clk_autoidle_setup(struct device_node *node); | 265 | int of_ti_clk_autoidle_setup(struct device_node *node); |
265 | int ti_clk_add_component(struct device_node *node, struct clk_hw *hw, int type); | 266 | int ti_clk_add_component(struct device_node *node, struct clk_hw *hw, int type); |
266 | 267 | ||
268 | int omap3430_dt_clk_init(void); | ||
269 | int omap3630_dt_clk_init(void); | ||
270 | int am35xx_dt_clk_init(void); | ||
271 | int ti81xx_dt_clk_init(void); | ||
267 | int omap4xxx_dt_clk_init(void); | 272 | int omap4xxx_dt_clk_init(void); |
268 | int omap5xxx_dt_clk_init(void); | 273 | int omap5xxx_dt_clk_init(void); |
269 | int dra7xx_dt_clk_init(void); | 274 | int dra7xx_dt_clk_init(void); |