diff options
| author | Tero Kristo <t-kristo@ti.com> | 2013-07-18 10:15:51 -0400 |
|---|---|---|
| committer | Mike Turquette <mturquette@linaro.org> | 2014-01-17 15:35:24 -0500 |
| commit | 52b14728dd890f8a62bffce8dfece496434c2b41 (patch) | |
| tree | b882891304c13e60902443d03d454bca337fa3d3 /include/linux | |
| parent | 21876ea566fedadd56453af5a1a91eb667c25422 (diff) | |
CLK: TI: add omap5 clock init file
clk-54xx.c now contains the clock init functionality for omap5, 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')
| -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 a56ff1216f8d..6647f28b445d 100644 --- a/include/linux/clk/ti.h +++ b/include/linux/clk/ti.h | |||
| @@ -264,6 +264,7 @@ int of_ti_clk_autoidle_setup(struct device_node *node); | |||
| 264 | int ti_clk_add_component(struct device_node *node, struct clk_hw *hw, int type); | 264 | int ti_clk_add_component(struct device_node *node, struct clk_hw *hw, int type); |
| 265 | 265 | ||
| 266 | int omap4xxx_dt_clk_init(void); | 266 | int omap4xxx_dt_clk_init(void); |
| 267 | int omap5xxx_dt_clk_init(void); | ||
| 267 | 268 | ||
| 268 | #ifdef CONFIG_OF | 269 | #ifdef CONFIG_OF |
| 269 | void of_ti_clk_allow_autoidle_all(void); | 270 | void of_ti_clk_allow_autoidle_all(void); |
