diff options
author | Tony Lindgren <tony@atomide.com> | 2020-05-07 18:59:31 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-05-19 18:38:03 +0200 |
commit | 16aed29d7c01a261b6061da43b5c83908b356688 (patch) | |
tree | fcce37310bf58b0c4dfa1aa84a58cffc962cd437 /drivers/clk/ti/clk-816x.c | |
parent | clocksource/drivers/timer-ti-dm: Fix warning for set but not used (diff) | |
download | linux-16aed29d7c01a261b6061da43b5c83908b356688.tar.xz linux-16aed29d7c01a261b6061da43b5c83908b356688.zip |
clk: ti: dm816: enable sysclk6_ck on init
We need sysclk6_ck enabled early as it is needed by l4_ls and system
timers early on boot. This removes the dependency of system timers to
the interconnect related code that can be then probed later on when
suitable at module_init time.
Cc: linux-clk@vger.kernel.org
Cc: Grygorii Strashko <grygorii.strashko@ti.com>
Cc: Michael Turquette <mturquette@baylibre.com>
Cc: Rob Herring <robh@kernel.org>
Cc: Stephen Boyd <sboyd@kernel.org>
Cc: Tero Kristo <t-kristo@ti.com>
Acked-by: Stephen Boyd <sboyd@kernel.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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/ti/clk-816x.c b/drivers/clk/ti/clk-816x.c index 7d215cdf9dda..9daf3825f289 100644 --- a/drivers/clk/ti/clk-816x.c +++ b/drivers/clk/ti/clk-816x.c @@ -73,6 +73,7 @@ static const char *enable_init_clks[] = { "ddr_pll_clk1", "ddr_pll_clk2", "ddr_pll_clk3", + "sysclk6_ck", }; int __init dm816x_dt_clk_init(void) |