Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Alexey Minnekhanov and committed by
Bjorn Andersson
497457f6 d2b58e6c

+2
+2
drivers/clk/qcom/gcc-sdm660.c
··· 2420 2420 static const struct qcom_reset_map gcc_sdm660_resets[] = { 2421 2421 [GCC_QUSB2PHY_PRIM_BCR] = { 0x12000 }, 2422 2422 [GCC_QUSB2PHY_SEC_BCR] = { 0x12004 }, 2423 + [GCC_SDCC2_BCR] = { 0x14000 }, 2424 + [GCC_SDCC1_BCR] = { 0x16000 }, 2423 2425 [GCC_UFS_BCR] = { 0x75000 }, 2424 2426 [GCC_USB3_DP_PHY_BCR] = { 0x50028 }, 2425 2427 [GCC_USB3_PHY_BCR] = { 0x50020 },