ARM: dts: msm: Enable BT dailinks for tuna platform

Set qcom,wcn-bt flag to 1 to enable BTFM related dailinks.

Change-Id: Iba9adc538fcc0f5464a85f6099779993dfa881b2
Signed-off-by: Ravulapati Vishnu Vardhan Rao <quic_visr@quicinc.com>
This commit is contained in:
Ravulapati Vishnu Vardhan Rao
2024-11-14 23:49:02 +05:30
committed by Rohit Jadhav
parent aca09b9105
commit fdc0b41e01
4 changed files with 4 additions and 2 deletions

View File

@@ -12,6 +12,7 @@
&tuna_snd {
qcom,model = "tuna-mtp-snd-card";
qcom,wcn-bt = <0>;
qcom,msm_audio_ssr_devs = <&audio_gpr>, <&lpi_tlmm>,
<&lpass_cdc>;
};

View File

@@ -425,7 +425,7 @@
qcom,model = "tuna-mtp-snd-card";
qcom,msm-mi2s-master = <1>, <1>, <1>, <1>, <1>, <1>, <1>;
qcom,mi2s-tdm-is-hw-vote-needed = <1>, <1>, <1>, <1>, <1>, <1>, <1>;
qcom,wcn-bt = <0>;
qcom,wcn-bt = <1>;
qcom,ext-disp-audio-rx = <0>;
qcom,tdm-max-slots = <8>;
qcom,tdm-clk-attribute = <0x1>, <0x1>, <0x1>, <0x1>, <0x1>, <0x1>, <0x1>;

View File

@@ -164,7 +164,7 @@
qcom,mi2s-audio-intf = <1>;
qcom,tdm-audio-intf = <0>;
qcom,auxpcm-audio-intf = <1>;
qcom,wcn-bt = <0>;
qcom,wcn-bt = <1>;
qcom,ext-disp-audio-rx = <0>;
qcom,afe-rxtx-lb = <0>;

View File

@@ -118,4 +118,5 @@
qcom,msm-mbhc-hphl-swh = <0>;
qcom,msm-mbhc-gnd-swh = <0>;
qcom,msm-mbhc-hs-mic-max-threshold-mv = <1670>;
qcom,wcn-bt = <0>;
};