aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clk
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2014-02-24 11:49:35 -0500
committerTero Kristo <t-kristo@ti.com>2014-05-28 06:05:57 -0400
commit61f25ca76ccc7b63371a7a6b0b8b9a8a46745b79 (patch)
treec54408b732cc17f9306d247fb56746f464006d84 /include/linux/clk
parentbe67c3bf382c591d8267e0ef12d80041854731d9 (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.h1
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,
283int omap2_reprogram_dpllcore(struct clk_hw *clk, unsigned long rate, 283int omap2_reprogram_dpllcore(struct clk_hw *clk, unsigned long rate,
284 unsigned long parent_rate); 284 unsigned long parent_rate);
285void omap2xxx_clkt_dpllcore_init(struct clk_hw *hw); 285void omap2xxx_clkt_dpllcore_init(struct clk_hw *hw);
286void omap2xxx_clkt_vps_init(void);
286 287
287void __iomem *ti_clk_get_reg_addr(struct device_node *node, int index); 288void __iomem *ti_clk_get_reg_addr(struct device_node *node, int index);
288void ti_dt_clocks_register(struct ti_dt_clk *oclks); 289void ti_dt_clocks_register(struct ti_dt_clk *oclks);