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 <alexeymin@postmarketos.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20250203063427.358327-3-alexeymin@postmarketos.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent d2b58e6 commit 497457f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)