From 26ac46e2e3e7f1bd4f19abe17c0d0ac566e75728 Mon Sep 17 00:00:00 2001 From: Unnathi Chalicheemala Date: Wed, 27 Mar 2024 18:25:34 -0700 Subject: [PATCH] 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 --- qcom/sun-mtp-qmp1000-overlay.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcom/sun-mtp-qmp1000-overlay.dts b/qcom/sun-mtp-qmp1000-overlay.dts index ab427dcb..345c4e6d 100644 --- a/qcom/sun-mtp-qmp1000-overlay.dts +++ b/qcom/sun-mtp-qmp1000-overlay.dts @@ -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>; };