Add audio device tree support for ATP, CDP, MTP, QRD, RCM platforms for Tuna SoC. Change-Id: I628e153ab1420e37e9692ae67e26db2e11f37302 Signed-off-by: Ravulapati Vishnu Vardhan Rao <quic_visr@quicinc.com>
17 lines
330 B
Plaintext
17 lines
330 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
#include "tuna-audio-overlay.dtsi"
|
|
|
|
&wsa_macro {
|
|
qcom,wsa-bat-cfgs= <1>, <1>;
|
|
};
|
|
|
|
&tuna_snd {
|
|
qcom,model = "tuna-mtp-snd-card";
|
|
swr-haptics-unsupported;
|
|
qcom,sec-mi2s-gpios = <&fm_i2s1_gpios>;
|
|
};
|