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: Satya Krishna Pindiproli <satyak@codeaurora.org>
This commit is contained in:
parent
3a15cd3400
commit
45f4197c7f
1 changed files with 13 additions and 2 deletions
|
@ -3083,7 +3083,8 @@
|
||||||
<&afe_pcm_tx>, <&afe_proxy_rx>, <&afe_proxy_tx>,
|
<&afe_pcm_tx>, <&afe_proxy_rx>, <&afe_proxy_tx>,
|
||||||
<&incall_record_rx>, <&incall_record_tx>,
|
<&incall_record_rx>, <&incall_record_tx>,
|
||||||
<&incall_music_rx>, <&incall_music2_rx>,
|
<&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",
|
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-hdmi.8", "msm-dai-q6-mi2s.2",
|
||||||
"msm-dai-q6-dev.16384", "msm-dai-q6-dev.16385",
|
"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.240", "msm-dai-q6-dev.32771",
|
||||||
"msm-dai-q6-dev.32772", "msm-dai-q6-dev.32773",
|
"msm-dai-q6-dev.32772", "msm-dai-q6-dev.32773",
|
||||||
"msm-dai-q6-dev.32770", "msm-dai-q6-dev.16394",
|
"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 = <&stub_codec>;
|
||||||
asoc-codec-names = "msm-stub-codec.1";
|
asoc-codec-names = "msm-stub-codec.1";
|
||||||
};
|
};
|
||||||
|
@ -3312,6 +3314,15 @@
|
||||||
qcom,msm-dai-q6-dev-id = <16396>;
|
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 {
|
dai_pri_auxpcm: qcom,msm-pri-auxpcm {
|
||||||
|
|
Loading…
Add table
Reference in a new issue