ARM: dts: msm: Add USB audio via ADSP support for msmcobalt
Add device tree entries for USB audio rx and tx to support USB audio via ADSP on msmcobalt platform. Change-Id: I345aa2369d18e2137ce79676049bb59d715d1ee0 Signed-off-by: Kuirong Wang <kuirongw@codeaurora.org>
This commit is contained in:
parent
aea451330a
commit
bc5a96807d
2 changed files with 14 additions and 2 deletions
|
@ -266,6 +266,16 @@
|
|||
compatible = "qcom,msm-dai-q6-dev";
|
||||
qcom,msm-dai-q6-dev-id = <32770>;
|
||||
};
|
||||
|
||||
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>;
|
||||
};
|
||||
};
|
||||
|
||||
hostless: qcom,msm-pcm-hostless {
|
||||
|
|
|
@ -81,7 +81,8 @@
|
|||
<&afe_proxy_tx>, <&incall_record_rx>,
|
||||
<&incall_record_tx>, <&incall_music_rx>,
|
||||
<&incall_music_2_rx>, <&sb_5_rx>,
|
||||
<&sb_7_rx>, <&sb_7_tx>, <&sb_8_tx>;
|
||||
<&sb_7_rx>, <&sb_7_tx>, <&sb_8_tx>,
|
||||
<&usb_audio_rx>, <&usb_audio_tx>;
|
||||
asoc-cpu-names = "msm-dai-q6-hdmi.8",
|
||||
"msm-dai-q6-dev.16384", "msm-dai-q6-dev.16385",
|
||||
"msm-dai-q6-dev.16386", "msm-dai-q6-dev.16387",
|
||||
|
@ -94,7 +95,8 @@
|
|||
"msm-dai-q6-dev.32772", "msm-dai-q6-dev.32773",
|
||||
"msm-dai-q6-dev.32770", "msm-dai-q6-dev.16394",
|
||||
"msm-dai-q6-dev.16398", "msm-dai-q6-dev.16399",
|
||||
"msm-dai-q6-dev.16401";
|
||||
"msm-dai-q6-dev.16401", "msm-dai-q6-dev.28672",
|
||||
"msm-dai-q6-dev.28673";
|
||||
asoc-codec = <&stub_codec>;
|
||||
asoc-codec-names = "msm-stub-codec.1";
|
||||
qcom,wsa-max-devs = <2>;
|
||||
|
|
Loading…
Add table
Reference in a new issue