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>
19 lines
334 B
Plaintext
19 lines
334 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023-2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
#include "sun-audio-qrd.dtsi"
|
|
&wsa_macro {
|
|
qcom,wsa-bat-cfgs = <1>, <1>;
|
|
};
|
|
|
|
&wsa2_macro {
|
|
qcom,wsa-bat-cfgs = <1>, <1>;
|
|
};
|
|
|
|
&sun_snd {
|
|
qcom,model = "sun-qrd-sku2-snd-card";
|
|
qcom,wcn-bt-ext = <1>;
|
|
};
|