ARM: dts: msm: Update board id for MTP_4.1.0 platform

-MTP_4.1.0 platform board ID was added in tuna7 but it
 seems to be a tuna device due to which wcd enumeration is
 failing.
-Remove the board id from tuna7 dts file and adding in tuna dts.

Change-Id: I4c729f6c8ef99fbd8cd7985dba22ac284ff4b989
Signed-off-by: Kisan Yadav <quic_kisany@quicinc.com>
This commit is contained in:
Kisan Yadav
2025-01-15 18:22:07 +05:30
committed by V S Ganga VaraPrasad (VARA) Adabala
parent 4827e31618
commit e023c73019
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2023-2025 Qualcomm Innovation Center, Inc. All rights reserved.
*/
/dts-v1/;
@@ -13,6 +13,6 @@
compatible = "qcom,tuna-mtp", "qcom,tuna", "qcom,tunap-mtp", "qcom,tunap",
"qcom,mtp";
qcom,msm-id = <681 0x10000>, <655 0x10000>, <694 0x10000>;
qcom,board-id = <8 0>;
qcom,board-id = <8 0>, <8 4>;
};

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2024-2025 Qualcomm Innovation Center, Inc. All rights reserved.
*/
/dts-v1/;
@@ -13,5 +13,5 @@
compatible = "qcom,tuna-mtp", "qcom,tuna", "qcom,tunap-mtp", "qcom,tunap",
"qcom,mtp";
qcom,msm-id = <681 0x10000>, <655 0x10000>;
qcom,board-id = <8 3>, <8 4>;
qcom,board-id = <8 3>;
};