-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>
18 lines
398 B
Plaintext
18 lines
398 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024-2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "tuna7-audio-mtp.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Tuna 7";
|
|
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>;
|
|
};
|