diff options
| author | Tero Kristo <t-kristo@ti.com> | 2014-02-24 10:52:57 -0500 |
|---|---|---|
| committer | Tero Kristo <t-kristo@ti.com> | 2014-05-28 05:30:16 -0400 |
| commit | be67c3bf382c591d8267e0ef12d80041854731d9 (patch) | |
| tree | c48660ce665bd1ba253cd4d0f04f1689d2d54003 /include/linux | |
| parent | de742570745e12b53c70130ace958f2a60044000 (diff) | |
CLK: TI: OMAP2: add clock init support
Adds support for registering the alias clocks, boot time clock-enable list
and disabling autoidle of clocks.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/clk/ti.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/clk/ti.h b/include/linux/clk/ti.h index a8390d478528..188f0cbb26c2 100644 --- a/include/linux/clk/ti.h +++ b/include/linux/clk/ti.h | |||
| @@ -302,6 +302,8 @@ int omap5xxx_dt_clk_init(void); | |||
| 302 | int dra7xx_dt_clk_init(void); | 302 | int dra7xx_dt_clk_init(void); |
| 303 | int am33xx_dt_clk_init(void); | 303 | int am33xx_dt_clk_init(void); |
| 304 | int am43xx_dt_clk_init(void); | 304 | int am43xx_dt_clk_init(void); |
| 305 | int omap2420_dt_clk_init(void); | ||
| 306 | int omap2430_dt_clk_init(void); | ||
| 305 | 307 | ||
| 306 | #ifdef CONFIG_OF | 308 | #ifdef CONFIG_OF |
| 307 | void of_ti_clk_allow_autoidle_all(void); | 309 | void of_ti_clk_allow_autoidle_all(void); |
