ARM: dts: msm: Add entry for qrtr-mhi for Tuna
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: I2aa50121134eceff403f5dc3ad9588820963e05f Signed-off-by: Pranav Mahesh Phansalkar <quic_pphansal@quicinc.com>
This commit is contained in:
committed by
Pranav Phansalkar
parent
8b1c694a87
commit
6bca3a5fbc
@@ -1589,6 +1589,20 @@
|
||||
|
||||
};
|
||||
|
||||
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;
|
||||
};
|
||||
|
||||
qfprom: qfprom@221c8000 {
|
||||
compatible = "qcom,tuna-qfprom", "qcom,qfprom";
|
||||
reg = <0x221c8000 0x1000>;
|
||||
|
Reference in New Issue
Block a user