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

Commit 61aecd9c authored by Meng Wang's avatar Meng Wang
Browse files

ARM: dts: msm: add afe_loopback_tx BE dai for kona



Add afe_loopback_tx BE dai for supporting afe
loopback to get EC reference data.

Change-Id: Ifff0fc4631732c68a5ea92d98310208b9ae30c03
Signed-off-by: default avatarMeng Wang <mengw@codeaurora.org>
parent 758ad6ff
Loading
Loading
Loading
Loading
+5 −2
Original line number Original line Diff line number Diff line
@@ -69,6 +69,7 @@
		qcom,auxpcm-audio-intf = <1>;
		qcom,auxpcm-audio-intf = <1>;
		qcom,wcn-bt = <0>;
		qcom,wcn-bt = <0>;
		qcom,ext-disp-audio-rx = <0>;
		qcom,ext-disp-audio-rx = <0>;
		qcom,afe-rxtx-lb = <0>;


		asoc-platform = <&pcm0>, <&pcm1>, <&pcm2>, <&voip>, <&voice>,
		asoc-platform = <&pcm0>, <&pcm1>, <&pcm2>, <&voip>, <&voice>,
				<&loopback>, <&compress>, <&hostless>,
				<&loopback>, <&compress>, <&hostless>,
@@ -109,7 +110,8 @@
				<&rx_cdc_dma_3_rx>, <&tx_cdc_dma_3_tx>,
				<&rx_cdc_dma_3_rx>, <&tx_cdc_dma_3_tx>,
				<&rx_cdc_dma_4_rx>, <&tx_cdc_dma_4_tx>,
				<&rx_cdc_dma_4_rx>, <&tx_cdc_dma_4_tx>,
				<&rx_cdc_dma_5_rx>, <&tx_cdc_dma_5_tx>,
				<&rx_cdc_dma_5_rx>, <&tx_cdc_dma_5_tx>,
				<&rx_cdc_dma_6_rx>, <&rx_cdc_dma_7_rx>;
				<&rx_cdc_dma_6_rx>, <&rx_cdc_dma_7_rx>,
				<&afe_loopback_tx>;
		asoc-cpu-names = "msm-dai-q6-dp.24608",
		asoc-cpu-names = "msm-dai-q6-dp.24608",
				"msm-dai-q6-mi2s.0", "msm-dai-q6-mi2s.1",
				"msm-dai-q6-mi2s.0", "msm-dai-q6-mi2s.1",
				"msm-dai-q6-mi2s.2", "msm-dai-q6-mi2s.3",
				"msm-dai-q6-mi2s.2", "msm-dai-q6-mi2s.3",
@@ -149,7 +151,8 @@
				"msm-dai-cdc-dma-dev.45114",
				"msm-dai-cdc-dma-dev.45114",
				"msm-dai-cdc-dma-dev.45115",
				"msm-dai-cdc-dma-dev.45115",
				"msm-dai-cdc-dma-dev.45116",
				"msm-dai-cdc-dma-dev.45116",
				"msm-dai-cdc-dma-dev.45118";
				"msm-dai-cdc-dma-dev.45118",
				"msm-dai-q6-dev.24577";
		fsa4480-i2c-handle = <&fsa4480>;
		fsa4480-i2c-handle = <&fsa4480>;
	};
	};
};
};
+5 −0
Original line number Original line Diff line number Diff line
@@ -643,4 +643,9 @@
		compatible = "qcom,msm-dai-q6-spdif";
		compatible = "qcom,msm-dai-q6-spdif";
		qcom,msm-dai-q6-dev-id = <20483>;
		qcom,msm-dai-q6-dev-id = <20483>;
	};
	};

	afe_loopback_tx: qcom,msm-dai-q6-afe-loopback-tx {
		compatible = "qcom,msm-dai-q6-dev";
		qcom,msm-dai-q6-dev-id = <24577>;
	};
};
};