From e023c7301990f3012d6d9b06fc301241075dd489 Mon Sep 17 00:00:00 2001 From: Kisan Yadav Date: Wed, 15 Jan 2025 18:22:07 +0530 Subject: [PATCH] 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 --- tuna-audio-mtp.dts | 4 ++-- tuna7-audio-mtp.dts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tuna-audio-mtp.dts b/tuna-audio-mtp.dts index fef29692..0a75ab34 100644 --- a/tuna-audio-mtp.dts +++ b/tuna-audio-mtp.dts @@ -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>; }; diff --git a/tuna7-audio-mtp.dts b/tuna7-audio-mtp.dts index 746c8187..4cd9ea8a 100644 --- a/tuna7-audio-mtp.dts +++ b/tuna7-audio-mtp.dts @@ -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>; };