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

Commit 4b016fa8 authored by Xiaocheng Li's avatar Xiaocheng Li
Browse files

ARM: dts: msm8916: Update board variant ID for QRD platform



For QRD platform, the variant ID is the combination of subtype,
major version, minor version and hw_platform. So update the
variant ID in DT to keep it coincident with CDT.

Change-Id: I769e3248fc11017217a7c0eac0477aab226ba55a
Signed-off-by: default avatarXiaocheng Li <lix@codeaurora.org>
parent 707fd824
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,5 +17,5 @@
/ {
	model = "Qualcomm Technologies, Inc. MSM 8916 QRD SKUH";
	compatible = "qcom,msm8916-qrd-skuh", "qcom,msm8916-qrd", "qcom,msm8916", "qcom,qrd";
	qcom,board-id = <11 0> , <11 4>;
	qcom,board-id = <0x1000b 0> , <0x1000b 4>;
};
+1 −1
Original line number Diff line number Diff line
@@ -17,5 +17,5 @@
/ {
	model = "Qualcomm Technologies, Inc. MSM 8916 QRD SKUI";
	compatible = "qcom,msm8916-qrd-skui", "qcom,msm8916-qrd", "qcom,msm8916", "qcom,qrd";
	qcom,board-id = <11 0> , <11 5>;
	qcom,board-id = <0x1000b 5>;
};