Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4a51ec4 authored by Vatsal Bucha's avatar Vatsal Bucha
Browse files

ARM: dts: msm: Enable btfm for shima

Enable wcn btfm for shima.

Change-Id: I526919f276df9925b6737556a73d0530f8fb217f
parent 7b58ffb3
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -244,7 +244,9 @@
&shima_snd {
	qcom,model = "lahaina-shimaidp-snd-card";
	qcom,msm-mi2s-master = <1>, <1>, <1>, <1>, <1>, <1>;
	qcom,wcn-btfm = <0>;
	qcom,wcn-bt = <1>;
	qcom,tdm-max-slots = <8>;
	qcom,wcd-disabled = <0>;
	qcom,ext-disp-audio-rx = <0>;
	qcom,audio-routing =
		"AMIC1", "Analog Mic1",
+1 −1
Original line number Diff line number Diff line
@@ -152,7 +152,7 @@
&q6core {
	shima_snd: sound {
		compatible = "qcom,lahaina-asoc-snd";
		qcom,mi2s-audio-intf = <0>;
		qcom,mi2s-audio-intf = <1>;
		qcom,auxpcm-audio-intf = <1>;
		qcom,wcn-bt = <0>;
		qcom,ext-disp-audio-rx = <0>;
+9 −0
Original line number Diff line number Diff line
@@ -161,4 +161,13 @@
	};
};

&dai_mi2s2 {
	qcom,msm-mi2s-tx-lines = <1>;
	pinctrl-names = "default", "sleep";
	pinctrl-0 = <&tert_mi2s_sck_active &tert_mi2s_ws_active
			&tert_mi2s_sd0_active>;
	pinctrl-1 = <&tert_mi2s_sck_sleep &tert_mi2s_ws_sleep
			&tert_mi2s_sd0_sleep>;
};

#include "camera/shima-camera-sensor-idp.dtsi"
+3 −1
Original line number Diff line number Diff line
@@ -7,7 +7,9 @@
&shima_snd {
	qcom,model = "lahaina-shimaidps-snd-card";
	qcom,msm-mi2s-master = <1>, <1>, <1>, <1>, <1>, <1>;
	qcom,wcn-btfm = <0>;
	qcom,wcn-bt = <1>;
	qcom,tdm-max-slots = <8>;
	qcom,wcd-disabled = <0>;
	qcom,ext-disp-audio-rx = <0>;
	qcom,audio-routing =
		"AMIC1", "Analog Mic1",
+9 −0
Original line number Diff line number Diff line
@@ -231,3 +231,12 @@
	qcom,msm_audio_ssr_devs = <&audio_apr>, <&q6core>, <&lpi_tlmm>,
				  <&bolero>;
};

&dai_mi2s2 {
	qcom,msm-mi2s-tx-lines = <1>;
	pinctrl-names = "default", "sleep";
	pinctrl-0 = <&tert_mi2s_sck_active &tert_mi2s_ws_active
			&tert_mi2s_sd0_active>;
	pinctrl-1 = <&tert_mi2s_sck_sleep &tert_mi2s_ws_sleep
			&tert_mi2s_sd0_sleep>;
};