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

Commit 2dc15fec authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: add afe_loopback_tx BE dai for qcs405"

parents a7f9b0f8 d30766ec
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1363,6 +1363,7 @@ Optional properties:
- qcom,csra-max-devs : Maximum number of CSRA66x0 devices present in the target
- qcom,csra-devs : List of phandles of all possible CSRA66x0 devices supported for the target
- qcom,csra-aux-dev-prefix : Name prefix in multi-channel configuration for CSRA66x0 device
- qcom,afe-rxtx-lb: AFE RX to TX loopback.
Example:

	qcs405_snd {
+5 −0
Original line number Diff line number Diff line
@@ -730,4 +730,9 @@
		compatible = "qcom,msm-dai-q6-spdif";
		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>;
	};
};
+3 −2
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@
		qcom,auxpcm-audio-intf = <1>;
		qcom,spdif-audio-intf = <1>;
		qcom,wcn-btfm = <1>;
		qcom,afe-rxtx-lb = <1>;
		qcom,msm-mi2s-master = <1>, <0>, <1>, <1>, <1>, <1>;

		qcom,ep92-name = "ep92.3-0064";
@@ -111,7 +112,7 @@
			<&va_cdc_dma_0_tx>, <&va_cdc_dma_1_tx>,
			<&dai_pri_spdif_rx>, <&dai_pri_spdif_tx>,
			<&dai_sec_spdif_rx>, <&dai_sec_spdif_tx>,
			<&sb_9_tx>;
			<&sb_9_tx>, <&afe_loopback_tx>;
		asoc-cpu-names = "msm-dai-q6-dp.24608",
			"msm-dai-q6-mi2s.0", "msm-dai-q6-mi2s.1",
			"msm-dai-q6-mi2s.2", "msm-dai-q6-mi2s.3",
@@ -147,7 +148,7 @@
			"msm-dai-cdc-dma-dev.45091",
			"msm-dai-q6-spdif.20480", "msm-dai-q6-spdif.20481",
			"msm-dai-q6-spdif.20482", "msm-dai-q6-spdif.20483",
			"msm-dai-q6-dev.16403";
			"msm-dai-q6-dev.16403", "msm-dai-q6-dev.24577";
	};
};