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 <willmcvicker@google.com> Tested-by: Will McVicker <willmcvicker@google.com> Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Link: https://lore.kernel.org/r/20240628223506.1237523-5-peter.griffin@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent 7666718 commit e61f400

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)