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

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

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



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

CRs-Fixed: 1048584
Change-Id: Idd4f58a8dd800add1de8b95d31b493faa17a0ab7
Signed-off-by: default avatarAshay Jaiswal <ashayj@codeaurora.org>
parent 816587b4
Loading
Loading
Loading
Loading
+19 −0
Original line number Original line Diff line number Diff line
@@ -21,3 +21,22 @@
	compatible = "qcom,msm8953-mtp", "qcom,msm8953", "qcom,mtp";
	compatible = "qcom,msm8953-mtp", "qcom,msm8953", "qcom,mtp";
	qcom,board-id= <8 2>;
	qcom,board-id= <8 2>;
};
};

&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>;
		};
	};
};