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

Commit 81b77939 authored by Prasad Sodagudi's avatar Prasad Sodagudi
Browse files

ARM: msm: dts: Change pmic major version for cdp and rcm of 8937



CDP and RCM platforms supports pmic major version of v1,
so change pmic major version.

Change-Id: I84d37c6ca5da5cfa05ff955a455fab9e704e64e1
Signed-off-by: default avatarPrasad Sodagudi <psodagud@codeaurora.org>
parent 2cba4c62
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,5 +21,5 @@
	model = "Qualcomm Technologies, Inc. MSM8937-PMI8950 CDP";
	compatible = "qcom,msm8937-cdp", "qcom,msm8937", "qcom,cdp";
	qcom,board-id= <1 0>;
	qcom,pmic-id = <0x10019 0x020011 0x0 0x0>;
	qcom,pmic-id = <0x10019 0x010011 0x0 0x0>;
};
+1 −1
Original line number Diff line number Diff line
@@ -20,5 +20,5 @@
	model = "Qualcomm Technologies, Inc. MSM8937-PMI8950 RCM";
	compatible = "qcom,msm8937-cdp", "qcom,msm8937", "qcom,cdp";
	qcom,board-id= <21 0>;
	qcom,pmic-id = <0x10019 0x020011 0x0 0x0>;
	qcom,pmic-id = <0x10019 0x010011 0x0 0x0>;
};