Only add wcn-bt-ext for enabling second bt backend for needed dtsi file. Change-Id: I42ca1840019a9db7d02ac39092f15dd438ea334f Signed-off-by: MingShu Pang <quic_mpang@quicinc.com>
18 lines
375 B
Plaintext
18 lines
375 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024-2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/*This is MTP with Hamilton + V8 +3.5mm*/
|
|
#include "sun-audio-hamilton-mtp.dtsi"
|
|
|
|
&sun_snd {
|
|
qcom,msm-mbhc-usbc-audio-supported = <0>;
|
|
qcom,msm-mbhc-hphl-swh = <1>;
|
|
qcom,msm-mbhc-gnd-swh = <1>;
|
|
qcom,wcn-bt-ext = <0>;
|
|
};
|