Skip to content

Commit e61f400

Browse files
petegriffinkrzk
authored andcommitted
clk: samsung: gs101: mark gout_hsi2_ufs_embd_i_clk_unipro as critical
The system hangs on poweroff when this UFS clock is turned off, meaning the system never powers down. For the moment mark the clock as critical. Reviewed-by: Will McVicker <[email protected]> Tested-by: Will McVicker <[email protected]> Signed-off-by: Peter Griffin <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 7666718 commit e61f400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/samsung/clk-gs101.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2846,7 +2846,7 @@ static const struct samsung_gate_clock hsi2_gate_clks[] __initconst = {
28462846
GATE(CLK_GOUT_HSI2_UFS_EMBD_I_CLK_UNIPRO,
28472847
"gout_hsi2_ufs_embd_i_clk_unipro", "mout_hsi2_ufs_embd_user",
28482848
CLK_CON_GAT_GOUT_BLK_HSI2_UID_UFS_EMBD_IPCLKPORT_I_CLK_UNIPRO,
2849-
21, 0, 0),
2849+
21, CLK_IS_CRITICAL, 0),
28502850
GATE(CLK_GOUT_HSI2_UFS_EMBD_I_FMP_CLK,
28512851
"gout_hsi2_ufs_embd_i_fmp_clk", "mout_hsi2_bus_user",
28522852
CLK_CON_GAT_GOUT_BLK_HSI2_UID_UFS_EMBD_IPCLKPORT_I_FMP_CLK,

0 commit comments

Comments
 (0)