diff options
author | Tony Lindgren <tony@atomide.com> | 2015-07-16 10:55:57 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-07-16 11:09:33 +0200 |
commit | 9cf705de06a27cc99874626c9717b32e9874b3bb (patch) | |
tree | f34ad6e6aba6e868cb1bf61c62c42326c57872b9 /drivers/clk/ti/clk-816x.c | |
parent | ARM: OMAP2+: Add custom prwdm_operations for 81xx to support dm814x (diff) | |
download | linux-9cf705de06a27cc99874626c9717b32e9874b3bb.tar.xz 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 'drivers/clk/ti/clk-816x.c')
-rw-r--r-- | drivers/clk/ti/clk-816x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/ti/clk-816x.c b/drivers/clk/ti/clk-816x.c index 9451e651a1ff..43d07456e78d 100644 --- a/drivers/clk/ti/clk-816x.c +++ b/drivers/clk/ti/clk-816x.c @@ -42,7 +42,7 @@ static const char *enable_init_clks[] = { "ddr_pll_clk3", }; -int __init ti81xx_dt_clk_init(void) +int __init dm816x_dt_clk_init(void) { ti_dt_clocks_register(dm816x_clks); omap2_clk_disable_autoidle_all(); |