diff options
author | Tero Kristo <t-kristo@ti.com> | 2013-09-20 10:02:40 -0400 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-01-17 15:35:52 -0500 |
commit | ffab239956613be7b81d00999128fd05fd096762 (patch) | |
tree | 40fc65d7b253b18ed5a23e13d03ca418789fa194 /include/linux/clk | |
parent | aafd900cab87d339dc3004c241eebc854005124b (diff) |
CLK: TI: add am43xx clock init file
clk-43xx.c now contains the clock init functionality for am43xx, 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')
-rw-r--r-- | include/linux/clk/ti.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/clk/ti.h b/include/linux/clk/ti.h index 3d2ba57446cd..092b64168d7f 100644 --- a/include/linux/clk/ti.h +++ b/include/linux/clk/ti.h | |||
@@ -273,6 +273,7 @@ int omap4xxx_dt_clk_init(void); | |||
273 | int omap5xxx_dt_clk_init(void); | 273 | int omap5xxx_dt_clk_init(void); |
274 | int dra7xx_dt_clk_init(void); | 274 | int dra7xx_dt_clk_init(void); |
275 | int am33xx_dt_clk_init(void); | 275 | int am33xx_dt_clk_init(void); |
276 | int am43xx_dt_clk_init(void); | ||
276 | 277 | ||
277 | #ifdef CONFIG_OF | 278 | #ifdef CONFIG_OF |
278 | void of_ti_clk_allow_autoidle_all(void); | 279 | void of_ti_clk_allow_autoidle_all(void); |