ARM: dts: msm: Add entry for qrtr-mhi for Sun

Add entries to specify the dev-id, net-id and low-latency fields
to configure forwarding in qrtr-mhi transport for HMT and HSP.
Forwarding via APPS qrtr-mhi should be disabled in case of HMT
(dev-id:1107) since there's a direct MHI satellite path between
ADSP and WLAN, and should be enabled for HSP (dev-id:1103).

Change-Id: I1ef7b543dcff3d187efcf5f7cfd8ac8587c55bd6
Signed-off-by: Sarannya S <quic_sarannya@quicinc.com>
This commit is contained in:
Sarannya S
2023-12-13 18:13:24 +05:30
parent 1d359200dd
commit bdd7687e6c

View File

@@ -3220,6 +3220,20 @@
peer-name = <4>; peer-name = <4>;
}; };
qcom,qrtr-mhi-cnss {
compatible = "qcom,qrtr-mhi";
qcom,dev-id = <0x1103>;
qcom,net-id = <0>;
qcom,low-latency;
};
qcom,qrtr-mhi-cnss {
compatible = "qcom,qrtr-mhi";
qcom,dev-id = <0x1107>;
qcom,net-id = <1>;
qcom,low-latency;
};
soccp_pas: remoteproc-soccp@a3380000 { soccp_pas: remoteproc-soccp@a3380000 {
compatible = "qcom,sun-soccp-pas"; compatible = "qcom,sun-soccp-pas";
reg = <0xa3380000 0x10000>; reg = <0xa3380000 0x10000>;