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

Commit 3c492d38 authored by Devesh Jhunjhunwala's avatar Devesh Jhunjhunwala
Browse files

ARM: dts: msm: Use new railway resources for pmdcalifornium



This reverts commit 06559ebf
("Revert "ARM: dts: msm: Use new railway resources for pmdcalifornium
regulators""). The new RWCX/RWMX resources are now supported
by RPM.

Change-Id: Id959b5b64804251cc7ccb275b661e3cbde4b1c66
Signed-off-by: default avatarDevesh Jhunjhunwala <deveshj@codeaurora.org>
parent bb29ea15
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -75,10 +75,10 @@
		};
	};

	rpm-regulator-smpa5 {
	rpm-regulator-smpa5 {		/* VDD_CX supply */
		compatible = "qcom,rpm-smd-regulator-resource";
		qcom,resource-name = "smpa";
		qcom,resource-id = <5>;
		qcom,resource-name = "rwcx";
		qcom,resource-id = <0>;
		qcom,regulator-type = <1>;
		qcom,hpm-min-load = <100000>;
		status = "disabled";
@@ -219,10 +219,10 @@
		};
	};

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