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

Commit 0505a64e authored by Helen Zeng's avatar Helen Zeng
Browse files

ARM: dts: mdm9630: add stub DAIs to device tree



DTMF and host pcm stub DAIs are added to device tree to
support DTMF detection and voice host pcm features.

Change-Id: Idb49dc42c4a7c8b2a3b157684f99615b84fb15eb
Signed-off-by: default avatarHelen Zeng <xiaoyunz@codeaurora.org>
parent 18232957
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
@@ -991,6 +991,34 @@
		compatible = "qcom,msm-voice-host-pcm";
	};

	qcom,msm-dai-stub {
		compatible = "qcom,msm-dai-stub";
		qcom,msm-dai-stub-dtmf-tx {
			compatible = "qcom,msm-dai-stub-dev";
			qcom,msm-dai-stub-dev-id = <4>;
		};

		qcom,msm-dai-stub-host-rx-capture-tx {
			compatible = "qcom,msm-dai-stub-dev";
			qcom,msm-dai-stub-dev-id = <5>;
		};

		qcom,msm-dai-stub-host-rx-playback-rx {
			compatible = "qcom,msm-dai-stub-dev";
			qcom,msm-dai-stub-dev-id = <6>;
	       };

		qcom,msm-dai-stub-host-tx-capture-tx {
			compatible = "qcom,msm-dai-stub-dev";
			qcom,msm-dai-stub-dev-id = <7>;
		};

		qcom,msm-dai-stub-host-tx-playback-rx {
			compatible = "qcom,msm-dai-stub-dev";
			qcom,msm-dai-stub-dev-id = <8>;
		};
	};

	qcom,msm-dai-q6 {
		compatible = "qcom,msm-dai-q6";
		qcom,msm-dai-q6-be-afe-pcm-rx {