ARM: dts: msm: Update board-id for QMP1000 support

The default MTP's board-id doesn't mention major version no.
since it's the first version, so follow the same for QMP1000's
board-id and keep only the minor version.

Change-Id: Ifc09d5121e5b262a9bf1b66573c883aa17040f1d
Signed-off-by: Unnathi Chalicheemala <quic_uchalich@quicinc.com>
This commit is contained in:
Unnathi Chalicheemala
2024-03-27 18:25:34 -07:00
parent b3e70e4cbd
commit 26ac46e2e3

View File

@@ -13,5 +13,5 @@
compatible = "qcom,sun-mtp", "qcom,sun", "qcom,sunp-mtp", "qcom,sunp",
"qcom,mtp";
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>;
qcom,board-id = <0x10108 0>;
qcom,board-id = <0x108 0>;
};