Skip to content

Commit 16aed29

Browse files
committed
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: [email protected] Cc: Grygorii Strashko <[email protected]> Cc: Michael Turquette <[email protected]> Cc: Rob Herring <[email protected]> Cc: Stephen Boyd <[email protected]> Cc: Tero Kristo <[email protected]> Acked-by: Stephen Boyd <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent 6d15120 commit 16aed29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/ti/clk-816x.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ static const char *enable_init_clks[] = {
7373
"ddr_pll_clk1",
7474
"ddr_pll_clk2",
7575
"ddr_pll_clk3",
76+
"sysclk6_ck",
7677
};
7778

7879
int __init dm816x_dt_clk_init(void)

0 commit comments

Comments
 (0)