diff options
author | Tero Kristo <t-kristo@ti.com> | 2014-02-24 11:49:35 -0500 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2014-05-28 06:05:57 -0400 |
commit | 61f25ca76ccc7b63371a7a6b0b8b9a8a46745b79 (patch) | |
tree | c54408b732cc17f9306d247fb56746f464006d84 /include/linux/clk | |
parent | be67c3bf382c591d8267e0ef12d80041854731d9 (diff) |
ARM: OMAP2: clock: add DT boot support for cpufreq_ck
The clock and clkdev for this are added manually.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
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 188f0cbb26c2..4231c41bed51 100644 --- a/include/linux/clk/ti.h +++ b/include/linux/clk/ti.h | |||
@@ -283,6 +283,7 @@ unsigned long omap2_dpllcore_recalc(struct clk_hw *hw, | |||
283 | int omap2_reprogram_dpllcore(struct clk_hw *clk, unsigned long rate, | 283 | int omap2_reprogram_dpllcore(struct clk_hw *clk, unsigned long rate, |
284 | unsigned long parent_rate); | 284 | unsigned long parent_rate); |
285 | void omap2xxx_clkt_dpllcore_init(struct clk_hw *hw); | 285 | void omap2xxx_clkt_dpllcore_init(struct clk_hw *hw); |
286 | void omap2xxx_clkt_vps_init(void); | ||
286 | 287 | ||
287 | void __iomem *ti_clk_get_reg_addr(struct device_node *node, int index); | 288 | void __iomem *ti_clk_get_reg_addr(struct device_node *node, int index); |
288 | void ti_dt_clocks_register(struct ti_dt_clk *oclks); | 289 | void ti_dt_clocks_register(struct ti_dt_clk *oclks); |