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

Commit 3c517cd8 authored by Isaac J. Manjarres's avatar Isaac J. Manjarres
Browse files

ARM: dts: msm: Use correct msm-id for SM8150P



Currently, the wrong msm-id is used for target
sm8150p. Change msm-id to correct msm-id.

Change-Id: Icd030dcb02b9b749aae90183f2356766a9c5d4ef
Signed-off-by: default avatarIsaac J. Manjarres <isaacm@codeaurora.org>
parent 8b7fffb4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,5 +15,5 @@
/ {
	model = "Qualcomm Technologies, Inc. SM8150P v2";
	qcom,msm-name = "SM8150P v2";
	qcom,msm-id = <356 0x20000>;
	qcom,msm-id = <361 0x20000>;
};
+1 −1
Original line number Diff line number Diff line
@@ -15,5 +15,5 @@
/ {
	model = "Qualcomm Technologies, Inc. SM8150P v1";
	qcom,msm-name = "SM8150P v1";
	qcom,msm-id = <356 0x10000>;
	qcom,msm-id = <361 0x10000>;
};