mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
ARM: dts: msm: add CPU dai for additional proxy ports
Add CPU dai proxy ports 8194 and 8195 required for Call Screening Change-Id: Ic5d80df34cac1b68d74ac1a57bdd70fcae560c7e
This commit is contained in:
@@ -113,6 +113,7 @@
|
||||
<&afe_proxy_tx>, <&incall_record_rx>,
|
||||
<&incall_record_tx>, <&incall_music_rx>,
|
||||
<&incall_music_2_rx>,
|
||||
<&proxy_rx>, <&proxy_tx>,
|
||||
<&usb_audio_rx>, <&usb_audio_tx>,
|
||||
<&sb_7_rx>, <&sb_7_tx>,
|
||||
<&dai_pri_tdm_rx_0>, <&dai_pri_tdm_tx_0>,
|
||||
@@ -146,6 +147,7 @@
|
||||
"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.8194", "msm-dai-q6-dev.8195",
|
||||
"msm-dai-q6-dev.28672", "msm-dai-q6-dev.28673",
|
||||
"msm-dai-q6-dev.16398", "msm-dai-q6-dev.16399",
|
||||
"msm-dai-q6-tdm.36864", "msm-dai-q6-tdm.36865",
|
||||
|
||||
@@ -331,6 +331,16 @@
|
||||
qcom,msm-dai-q6-dev-id = <32770>;
|
||||
};
|
||||
|
||||
proxy_rx: qcom,msm-dai-q6-proxy-rx {
|
||||
compatible = "qcom,msm-dai-q6-dev";
|
||||
qcom,msm-dai-q6-dev-id = <8194>;
|
||||
};
|
||||
|
||||
proxy_tx: qcom,msm-dai-q6-proxy-tx {
|
||||
compatible = "qcom,msm-dai-q6-dev";
|
||||
qcom,msm-dai-q6-dev-id = <8195>;
|
||||
};
|
||||
|
||||
usb_audio_rx: qcom,msm-dai-q6-usb-audio-rx {
|
||||
compatible = "qcom,msm-dai-q6-dev";
|
||||
qcom,msm-dai-q6-dev-id = <28672>;
|
||||
|
||||
Reference in New Issue
Block a user