Skip to content

Commit 497457f

Browse files
minlexxandersson
authored andcommitted
clk: qcom: gcc-sdm660: Add missing SDCC block resets
This will allow linux to properly reset eMMC/SD blocks. Signed-off-by: Alexey Minnekhanov <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent d2b58e6 commit 497457f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/clk/qcom/gcc-sdm660.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2420,6 +2420,8 @@ static struct gdsc *gcc_sdm660_gdscs[] = {
24202420
static const struct qcom_reset_map gcc_sdm660_resets[] = {
24212421
[GCC_QUSB2PHY_PRIM_BCR] = { 0x12000 },
24222422
[GCC_QUSB2PHY_SEC_BCR] = { 0x12004 },
2423+
[GCC_SDCC2_BCR] = { 0x14000 },
2424+
[GCC_SDCC1_BCR] = { 0x16000 },
24232425
[GCC_UFS_BCR] = { 0x75000 },
24242426
[GCC_USB3_DP_PHY_BCR] = { 0x50028 },
24252427
[GCC_USB3_PHY_BCR] = { 0x50020 },

0 commit comments

Comments
 (0)