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

Commit 62767bec authored by Anirudh Ghayal's avatar Anirudh Ghayal
Browse files

ARM: dts: msm: Update resource names for CX / MX regulators on PM660L



The regulator resource names for PM660L S3(CX) and PM660L S5(MX)
needs to be "rwcx" and "rwmx" respectively. Fix it.

Change-Id: I83670ad15bd53647d00d8c3c50b7d45174d7ddd1
Signed-off-by: default avatarAnirudh Ghayal <aghayal@codeaurora.org>
parent 4b373689
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -43,8 +43,8 @@

	rpm-regulator-smpb3 {
		compatible = "qcom,rpm-smd-regulator-resource";
		qcom,resource-name = "smpb";
		qcom,resource-id = <3>;
		qcom,resource-name = "rwcx";
		qcom,resource-id = <0>;
		qcom,regulator-type = <1>;
		status = "disabled";

@@ -58,8 +58,8 @@

	rpm-regulator-smpb5 {
		compatible = "qcom,rpm-smd-regulator-resource";
		qcom,resource-name = "smpb";
		qcom,resource-id = <5>;
		qcom,resource-name = "rwmx";
		qcom,resource-id = <0>;
		qcom,regulator-type = <1>;
		status = "disabled";