Commit c22441a7 authored by Shawn Guo's avatar Shawn Guo Committed by Bjorn Andersson

arm64: dts: qcom: sdm630-nile: Correct regulator label name

29.5V (29p5) is obviously wrong for regulator l4 and l5.  Correct them
to be 2.95V (2p95).  No functional change.
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20210926072215.27517-1-shawn.guo@linaro.org
parent 4e31e857
...@@ -308,7 +308,7 @@ vreg_l3b_3p0: l3 { ...@@ -308,7 +308,7 @@ vreg_l3b_3p0: l3 {
regulator-allow-set-load; regulator-allow-set-load;
}; };
vreg_l4b_29p5: l4 { vreg_l4b_2p95: l4 {
regulator-min-microvolt = <2944000>; regulator-min-microvolt = <2944000>;
regulator-max-microvolt = <2952000>; regulator-max-microvolt = <2952000>;
regulator-enable-ramp-delay = <250>; regulator-enable-ramp-delay = <250>;
...@@ -327,7 +327,7 @@ vreg_l4b_29p5: l4 { ...@@ -327,7 +327,7 @@ vreg_l4b_29p5: l4 {
* Tighten the range to 1.8-3.328 (closest to 3.3) to * Tighten the range to 1.8-3.328 (closest to 3.3) to
* make the mmc driver happy. * make the mmc driver happy.
*/ */
vreg_l5b_29p5: l5 { vreg_l5b_2p95: l5 {
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <3328000>; regulator-max-microvolt = <3328000>;
regulator-enable-ramp-delay = <250>; regulator-enable-ramp-delay = <250>;
...@@ -559,14 +559,14 @@ &sdhc_1 { ...@@ -559,14 +559,14 @@ &sdhc_1 {
mmc-hs400-1_8v; mmc-hs400-1_8v;
mmc-hs400-enhanced-strobe; mmc-hs400-enhanced-strobe;
vmmc-supply = <&vreg_l4b_29p5>; vmmc-supply = <&vreg_l4b_2p95>;
vqmmc-supply = <&vreg_l8a_1p8>; vqmmc-supply = <&vreg_l8a_1p8>;
}; };
&sdhc_2 { &sdhc_2 {
status = "okay"; status = "okay";
vmmc-supply = <&vreg_l5b_29p5>; vmmc-supply = <&vreg_l5b_2p95>;
vqmmc-supply = <&vreg_l2b_2p95>; vqmmc-supply = <&vreg_l2b_2p95>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment