Skip to content

Commit 3f167fb

Browse files
authored
arm64: dts: qcom: talos-evk: fix sdhc_2 vqmmc-supply for UH… (#676)
arm64: dts: qcom: talos-evk: fix sdhc_2 vqmmc-supply for UH…
2 parents e662f43 + 21de1ec commit 3f167fb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm64/boot/dts/qcom/talos-evk-som.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@
218218

219219
vreg_l2a: ldo2 {
220220
regulator-name = "vreg_l2a";
221-
regulator-min-microvolt = <1650000>;
222-
regulator-max-microvolt = <3100000>;
221+
regulator-min-microvolt = <1800000>;
222+
regulator-max-microvolt = <2960000>;
223223
regulator-initial-mode = <RPMH_REGULATOR_MODE_LPM>;
224224
regulator-allow-set-load;
225225
regulator-allowed-modes = <RPMH_REGULATOR_MODE_LPM

arch/arm64/boot/dts/qcom/talos-evk.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
cd-gpios = <&tlmm 99 GPIO_ACTIVE_LOW>;
190190

191191
vmmc-supply = <&vreg_l10a>;
192-
vqmmc-supply = <&vreg_s4a>;
192+
vqmmc-supply = <&vreg_l2a>;
193193

194194
status = "okay";
195195
};

0 commit comments

Comments
 (0)