From bdd7687e6c09907f00d3ac32499d9be8fa470fdd Mon Sep 17 00:00:00 2001 From: Sarannya S Date: Wed, 13 Dec 2023 18:13:24 +0530 Subject: [PATCH] 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 --- qcom/sun.dtsi | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index 746c3ea8..c2b01ab9 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -3220,6 +3220,20 @@ 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 { compatible = "qcom,sun-soccp-pas"; reg = <0xa3380000 0x10000>;