Skip to content

Commit 195c20d

Browse files
mchunara007quic-tingweiz
authored andcommitted
FROMLIST: arm64: dts: qcom: qcs615-ride: fix sdhc_2 vqmmc-supply for UHS-I mode
SD card is detected as SDHS instead of UHS-I because sdhc_2 was configured with vreg_s4a as vqmmc-supply, which cannot switch between 1.8V and 3.3V. Switch vqmmc-supply to vreg_l2a and update its voltage range to 1800000-2960000 uV to enable proper UHS-I signaling. Link: https://lore.kernel.org/all/20260522105020.3588377-1-mchunara@oss.qualcomm.com/ Signed-off-by: Monish Chunara <monish.chunara@oss.qualcomm.com> Signed-off-by: Pradeep P V K <pradeep.pragallapati@oss.qualcomm.com>
1 parent 9e2f111 commit 195c20d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm64/boot/dts/qcom/qcs615-ride.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@
232232

233233
vreg_l2a: ldo2 {
234234
regulator-name = "vreg_l2a";
235-
regulator-min-microvolt = <1650000>;
236-
regulator-max-microvolt = <3100000>;
235+
regulator-min-microvolt = <1800000>;
236+
regulator-max-microvolt = <2960000>;
237237
regulator-initial-mode = <RPMH_REGULATOR_MODE_LPM>;
238238
regulator-allow-set-load;
239239
regulator-allowed-modes = <RPMH_REGULATOR_MODE_LPM
@@ -606,7 +606,7 @@
606606
cd-gpios = <&tlmm 99 GPIO_ACTIVE_LOW>;
607607

608608
vmmc-supply = <&vreg_l10a>;
609-
vqmmc-supply = <&vreg_s4a>;
609+
vqmmc-supply = <&vreg_l2a>;
610610

611611
status = "okay";
612612
};

0 commit comments

Comments
 (0)