ARM: dts: msm: enable mi2s and aux pcm on msmcobalt
Add device tree changes to enable mi2s and aux pcm so audio can be playback and capture via mi2s and aux pcm interfaces. CRs-Fixed: 1047362 1047365 Change-Id: I6d8f31cf841cb977bd1d7af3441b9d2c1da9b85c Signed-off-by: Kuirong Wang <kuirongw@codeaurora.org>
This commit is contained in:
parent
e4e58248ef
commit
3a0f71b590
1 changed files with 24 additions and 0 deletions
|
@ -36,6 +36,18 @@
|
|||
qcom,model = "msmcobalt-tasha-snd-card";
|
||||
qcom,ext-disp-audio-rx;
|
||||
qcom,wcn-btfm;
|
||||
qcom,mi2s-audio-intf;
|
||||
qcom,auxpcm-audio-intf;
|
||||
qcom,msm-mi2s-master = <1>, <1>, <1>, <1>;
|
||||
|
||||
reg = <0x1711a000 0x4>,
|
||||
<0x1711b000 0x4>,
|
||||
<0x1711c000 0x4>,
|
||||
<0x1711d000 0x4>;
|
||||
reg-names = "lpaif_pri_mode_muxsel",
|
||||
"lpaif_sec_mode_muxsel",
|
||||
"lpaif_tert_mode_muxsel",
|
||||
"lpaif_quat_mode_muxsel";
|
||||
|
||||
qcom,audio-routing =
|
||||
"AIF4 VI", "MCLK",
|
||||
|
@ -128,6 +140,18 @@
|
|||
qcom,model = "msmcobalt-tavil-snd-card";
|
||||
qcom,ext-disp-audio-rx;
|
||||
qcom,wcn-btfm;
|
||||
qcom,mi2s-audio-intf;
|
||||
qcom,auxpcm-audio-intf;
|
||||
qcom,msm-mi2s-master = <1>, <1>, <1>, <1>;
|
||||
|
||||
reg = <0x1711a000 0x4>,
|
||||
<0x1711b000 0x4>,
|
||||
<0x1711c000 0x4>,
|
||||
<0x1711d000 0x4>;
|
||||
reg-names = "lpaif_pri_mode_muxsel",
|
||||
"lpaif_sec_mode_muxsel",
|
||||
"lpaif_tert_mode_muxsel",
|
||||
"lpaif_quat_mode_muxsel";
|
||||
|
||||
qcom,audio-routing =
|
||||
"RX_BIAS", "MCLK",
|
||||
|
|
Loading…
Add table
Reference in a new issue