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

Commit dce0ce66 authored by Ashay Jaiswal's avatar Ashay Jaiswal
Browse files

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



LDO18 is powering ethernet on IOT platform, add LDO18
regulator with appropriate configuration.

CRs-Fixed: 1048584
Change-Id: I56d2e9206d880addadb12bde519a738430bc3c47
Signed-off-by: default avatarAshay Jaiswal <ashayj@codeaurora.org>
parent 92317fb0
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>;
		};
	};
};