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

Commit 9eb7d36f authored by Kiran Gunda's avatar Kiran Gunda
Browse files

ARM: dts: msm: Update the resource-id for CX/MX/LDO9 for trinket



RPM expects the CX/MX rails resource-ids as '0' instead of '3'
and '9' for LDO9. Fix it.

Change-Id: Iac88fbc737a2e2deb0f6c67f7314d882a1de96ff
Signed-off-by: default avatarKiran Gunda <kgunda@codeaurora.org>
parent f762b1e5
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
	rpm-regulator-smpa3 {
		compatible = "qcom,rpm-smd-regulator-resource";
		qcom,resource-name = "rwcx";
		qcom,resource-id = <3>;
		qcom,resource-id = <0>;
		qcom,regulator-type = <1>;
		qcom,hpm-min-load = <100000>;
		status = "disabled";
@@ -49,7 +49,7 @@
	rpm-regulator-smpa5 {
		compatible = "qcom,rpm-smd-regulator-resource";
		qcom,resource-name = "rwmx";
		qcom,resource-id = <5>;
		qcom,resource-id = <0>;
		qcom,regulator-type = <1>;
		qcom,hpm-min-load = <100000>;
		status = "disabled";
@@ -225,8 +225,8 @@

	rpm-regulator-ldoa9 {
		compatible = "qcom,rpm-smd-regulator-resource";
		qcom,resource-name = "rwlm";
		qcom,resource-id = <0>;
		qcom,resource-name = "ldoa";
		qcom,resource-id = <9>;
		qcom,regulator-type = <0>;
		qcom,hpm-min-load = <10000>;
		status = "disabled";