ARM: dts: msm: Set min drop voltage to zero

update L3N And L4N regulator min-dropout-voltage to zero
which has parent supply.

Change-Id: I8c56f98f5cb187bf3602f48e9ec0e4e57478e7f8
This commit is contained in:
Rakesh Kota
2022-11-27 19:09:24 +05:30
committed by Umang Chheda
parent 0c9e8f767c
commit 101ecf8ac6

View File

@@ -493,7 +493,7 @@
regulator-name = "pm8010m_l2";
regulator-min-microvolt = <950000>;
regulator-max-microvolt = <1150000>;
qcom,min-dropout-voltage = <64000>;
qcom,min-dropout-voltage = <80000>;
qcom,hpm-min-load = <30000>;
};
@@ -575,7 +575,7 @@
regulator-name = "pm8010n_l1";
regulator-min-microvolt = <950000>;
regulator-max-microvolt = <1150000>;
qcom,min-dropout-voltage = <48000>;
qcom,min-dropout-voltage = <72000>;
qcom,hpm-min-load = <30000>;
};
@@ -585,6 +585,7 @@
regulator-min-microvolt = <1792000>;
regulator-max-microvolt = <3312000>;
qcom,hpm-min-load = <0>;
qcom,min-dropout-voltage = <120000>;
};
L4N: pm8010n_l4: regulator@4300 {
@@ -593,6 +594,7 @@
regulator-min-microvolt = <1792000>;
regulator-max-microvolt = <1900000>;
qcom,hpm-min-load = <0>;
qcom,min-dropout-voltage = <120000>;
};
L6N: pm8010n_l6: regulator@4500 {