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

Commit 2ee2ed58 authored by Raghavendra Rao Ananta's avatar Raghavendra Rao Ananta
Browse files

ARM: dts: msm: Correct the platform subtype for SM8150+SDXPRAIRIE



The platform subtype for SM8150+SDXPRAIRIE was mistakenly noted as 3
instead of 2. Hence, set it to the appropriate value.

Change-Id: I3e21679b115979b4d927f8a8af8cb620b9b773af
Signed-off-by: default avatarRaghavendra Rao Ananta <rananta@codeaurora.org>
parent a5c36deb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,5 +27,5 @@
/ {
	model = "SDXPRAIRIE CDP";
	compatible = "qcom,sm8150-cdp", "qcom,sm8150", "qcom,cdp";
	qcom,board-id = <1 3>;
	qcom,board-id = <1 2>;
};
+1 −1
Original line number Diff line number Diff line
@@ -27,5 +27,5 @@
/ {
	model = "SDXPRAIRIE MTP";
	compatible = "qcom,sm8150-mtp", "qcom,sm8150", "qcom,mtp";
	qcom,board-id = <8 3>;
	qcom,board-id = <8 2>;
};