Enable swr-haptics in tuna QRD.
Change-Id: I44be2af48d04c28e094df6f3a6bcff26c906dc25
Signed-off-by: Ravulapati Vishnu Vardhan Rao <quic_visr@quicinc.com>
(cherry picked from commit 8853cd728b
)
16 lines
304 B
Plaintext
16 lines
304 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";
|
|
qcom,sec-mi2s-gpios = <&fm_i2s1_gpios>;
|
|
};
|