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

Commit 3b15b862 authored by Ashay Jaiswal's avatar Ashay Jaiswal
Browse files

ARM: dts: msm: update resource id of SSC regulator of PM2FALCON



RPM expects resource-id of each type of regulator to start from
0. Update the resource-id of SSC regulator accordingly.

Change-Id: Id9721e5b96df08a1090914b968c93436d15169a9
Signed-off-by: default avatarAshay Jaiswal <ashayj@codeaurora.org>
parent 9aa1df0c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -194,7 +194,7 @@
	rpm-regulator-ldob9 {
		compatible = "qcom,rpm-smd-regulator-resource";
		qcom,resource-name = "rwsc";
		qcom,resource-id = <9>;
		qcom,resource-id = <0>;
		qcom,regulator-type = <0>;
		status = "disabled";

@@ -209,7 +209,7 @@
	rpm-regulator-ldob10 {
		compatible = "qcom,rpm-smd-regulator-resource";
		qcom,resource-name = "rwsm";
		qcom,resource-id = <10>;
		qcom,resource-id = <0>;
		qcom,regulator-type = <0>;
		status = "disabled";