Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37efda46 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: add LDO18 regulator for APQ8053 IOT MTP"

parents 6f24aa0e dce0ce66
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -47,3 +47,22 @@
	};

};

&rpm_bus {
	rpm-regulator-ldoa18 {
		compatible = "qcom,rpm-smd-regulator-resource";
		qcom,resource-name = "ldoa";
		qcom,resource-id = <18>;
		qcom,regulator-type = <0>;
		qcom,hpm-min-load = <10000>;

		pm8953_l18: regulator-l18 {
			compatible = "qcom,rpm-smd-regulator";
			regulator-name = "pm8953_l18";
			qcom,set = <3>;
			regulator-min-microvolt = <2700000>;
			regulator-max-microvolt = <3300000>;
			qcom,init-voltage = <2700000>;
		};
	};
};