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

Commit 45f4197c authored by Satya Krishna Pindiproli's avatar Satya Krishna Pindiproli
Browse files

ARM: dts: msm: Add USB audio via ADSP support for msm8996



Add device tree entries for USB audio Rx and Tx to
support USB audio via ADSP on msm8996 platform.

Change-Id: Iae36762f40e9b5403e7305c79b4edf47e3f553cb
Signed-off-by: default avatarSatya Krishna Pindiproli <satyak@codeaurora.org>
parent 3a15cd34
Loading
Loading
Loading
Loading
+13 −2
Original line number Diff line number Diff line
@@ -3083,7 +3083,8 @@
				<&afe_pcm_tx>, <&afe_proxy_rx>, <&afe_proxy_tx>,
				<&incall_record_rx>, <&incall_record_tx>,
				<&incall_music_rx>, <&incall_music2_rx>,
				<&sb_5_rx>, <&sb_6_rx>;
				<&sb_5_rx>, <&sb_6_rx>,
				<&usb_audio_rx>, <&usb_audio_tx>;
		asoc-cpu-names = "msm-dai-q6-auxpcm.1", "msm-dai-q6-auxpcm.2",
				"msm-dai-q6-hdmi.8", "msm-dai-q6-mi2s.2",
				"msm-dai-q6-dev.16384", "msm-dai-q6-dev.16385",
@@ -3096,7 +3097,8 @@
				"msm-dai-q6-dev.240", "msm-dai-q6-dev.32771",
				"msm-dai-q6-dev.32772", "msm-dai-q6-dev.32773",
				"msm-dai-q6-dev.32770", "msm-dai-q6-dev.16394",
				"msm-dai-q6-dev.16396";
				"msm-dai-q6-dev.16396",
				"msm-dai-q6-dev.28672", "msm-dai-q6-dev.28673";
		asoc-codec = <&stub_codec>;
		asoc-codec-names = "msm-stub-codec.1";
	};
@@ -3312,6 +3314,15 @@
			qcom,msm-dai-q6-dev-id = <16396>;
		};

		usb_audio_rx: qcom,msm-dai-q6-usb-audio-rx {
			compatible = "qcom,msm-dai-q6-dev";
			qcom,msm-dai-q6-dev-id = <28672>;
		};

		usb_audio_tx: qcom,msm-dai-q6-usb-audio-tx {
			compatible = "qcom,msm-dai-q6-dev";
			qcom,msm-dai-q6-dev-id = <28673>;
		};
	};

	dai_pri_auxpcm: qcom,msm-pri-auxpcm {