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

Commit 4af6c347 authored by Devesh Jhunjhunwala's avatar Devesh Jhunjhunwala
Browse files

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



A new scalar resource has been introduced for VDD_CX/VDD_MX
RPM votes. Update the respective regulator nodes to use this
resource.

CRs-Fixed: 887818
Change-Id: I239cf1961a2fdcdb272b0270d48f14ec7354136d
Signed-off-by: default avatarDevesh Jhunjhunwala <deveshj@codeaurora.org>
parent 4d8a5410
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";