Skip to content

Commit 1e0d752

Browse files
tq-schiffernbebarino
authored andcommitted
clk: ti: am33xx: keep WKUP_DEBUGSS_CLKCTRL enabled
As described in AM335x Errata Advisory 1.0.42, WKUP_DEBUGSS_CLKCTRL can't be disabled - the clock module will just be stuck in transitioning state forever, resulting in the following warning message after the wait loop times out: l3-aon-clkctrl:0000:0: failed to disable Just add the clock to enable_init_clks, so no attempt is made to disable it. Signed-off-by: Matthias Schiffer <matthias.schiffer@tq-group.com> Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Acked-by: Kevin Hilman <khilman@baylibre.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 8f5ae30 commit 1e0d752

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/clk/ti/clk-33xx.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,8 @@ static const char *enable_init_clks[] = {
258258
"dpll_ddr_m2_ck",
259259
"dpll_mpu_m2_ck",
260260
"l3_gclk",
261+
/* WKUP_DEBUGSS_CLKCTRL - disable fails, AM335x Errata Advisory 1.0.42 */
262+
"l3-aon-clkctrl:0000:0",
261263
/* AM3_L3_L3_MAIN_CLKCTRL, needed during suspend */
262264
"l3-clkctrl:00bc:0",
263265
"l4hs_gclk",

0 commit comments

Comments
 (0)