diff options
author | Tero Kristo <t-kristo@ti.com> | 2013-07-18 17:41:00 +0300 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-01-17 12:35:37 -0800 |
commit | 251a449dd3290d5af35da1113e155a37bf8b3ece (patch) | |
tree | 4af5e1393c3ba48aae9043512d40fa46050c54c5 /include/linux/clk | |
parent | 3cf467a9969db8297dcf783c5b09b0df8fda863b (diff) | |
download | linux-251a449dd3290d5af35da1113e155a37bf8b3ece.tar.gz linux-251a449dd3290d5af35da1113e155a37bf8b3ece.tar.xz |
CLK: TI: add dra7 clock init file
clk-7xx.c now contains the clock init functionality for dra7, 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 6647f28b445d..506155b1fd1f 100644 --- a/include/linux/clk/ti.h +++ b/include/linux/clk/ti.h @@ -265,6 +265,7 @@ int ti_clk_add_component(struct device_node *node, struct clk_hw *hw, int type); int omap4xxx_dt_clk_init(void); int omap5xxx_dt_clk_init(void); +int dra7xx_dt_clk_init(void); #ifdef CONFIG_OF void of_ti_clk_allow_autoidle_all(void); |