ARM: dts: msm: Add remoteproc glink changes for soccp

Add dt nodes remoteproc Glink changes for soccp for
sun.

Change-Id: I6887c20e01bfe4f3026e6a1aaccb08134baa12dc
Signed-off-by: Kishore Kumar Ravi <quic_kiskum@quicinc.com>
Signed-off-by: Chris Lew <quic_clew@quicinc.com>
This commit is contained in:
Kishore Kumar Ravi
2023-11-21 15:14:14 +05:30
committed by Chris Lew
parent 43823e428c
commit 102fb60930

View File

@@ -3228,6 +3228,28 @@
/* Outputs to soccp */
qcom,smem-states = <&soccp_smp2p_out 0>, <&soccp_smp2p_out 10>, <&soccp_smp2p_out 9>;
qcom,smem-state-names = "stop", "wakeup", "sleep";
glink-edge {
qcom,remote-pid = <19>;
transport = "smem";
mboxes = <&ipcc_mproc IPCC_CLIENT_SOCCP
IPCC_MPROC_SIGNAL_GLINK_QMP>;
mbox-names = "soccp_smem";
interrupt-parent = <&ipcc_mproc>;
interrupts = <IPCC_CLIENT_SOCCP
IPCC_MPROC_SIGNAL_GLINK_QMP
IRQ_TYPE_EDGE_RISING>;
label = "soccp";
qcom,glink-label = "soccp";
qcom,soccp_qrtr {
qcom,glink-channels = "IPCRTR";
qcom,intents = <0x800 5
0x2000 3
0x4400 2>;
};
};
};
};