diff options
author | Tony Lindgren <tony@atomide.com> | 2015-07-16 01:55:57 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-07-16 02:09:33 -0700 |
commit | 9cf705de06a27cc99874626c9717b32e9874b3bb (patch) | |
tree | f34ad6e6aba6e868cb1bf61c62c42326c57872b9 /include/linux/clk/ti.h | |
parent | 7c80a3f89c51cfa935493a81b401c4e93f0c0f90 (diff) | |
download | blackbird-op-linux-9cf705de06a27cc99874626c9717b32e9874b3bb.tar.gz blackbird-op-linux-9cf705de06a27cc99874626c9717b32e9874b3bb.zip |
ARM: OMAP2+: Add support for initializing dm814x clocks
Let's add a minimal clocks for dm814x to get it booted. This is
mostly a placeholder and relies on the PLLs being on from the
bootloader.
Note that the divider clocks work the same way as on dm816x and
am335x.
Cc: Matthijs van Duin <matthijsvanduin@gmail.com>
Cc: Mike Turquette <mturquette@linaro.org>
Cc: Paul Walmsley <paul@pwsan.com>
Cc: Stephen Boyd <sboyd@codeaurora.org>
Cc: Tero Kristo <t-kristo@ti.com>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'include/linux/clk/ti.h')
-rw-r--r-- | include/linux/clk/ti.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/clk/ti.h b/include/linux/clk/ti.h index 79b76e13d904..1736e29cee1b 100644 --- a/include/linux/clk/ti.h +++ b/include/linux/clk/ti.h @@ -329,7 +329,8 @@ int ti_clk_add_component(struct device_node *node, struct clk_hw *hw, int type); int omap3430_dt_clk_init(void); int omap3630_dt_clk_init(void); int am35xx_dt_clk_init(void); -int ti81xx_dt_clk_init(void); +int dm814x_dt_clk_init(void); +int dm816x_dt_clk_init(void); int omap4xxx_dt_clk_init(void); int omap5xxx_dt_clk_init(void); int dra7xx_dt_clk_init(void); |