From 102fb60930916f08720e3f5c31513d0ee0124e28 Mon Sep 17 00:00:00 2001 From: Kishore Kumar Ravi Date: Tue, 21 Nov 2023 15:14:14 +0530 Subject: [PATCH] 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 Signed-off-by: Chris Lew --- qcom/sun.dtsi | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index 9857fa57..5420f542 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -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 = ; + + label = "soccp"; + qcom,glink-label = "soccp"; + + qcom,soccp_qrtr { + qcom,glink-channels = "IPCRTR"; + qcom,intents = <0x800 5 + 0x2000 3 + 0x4400 2>; + }; + }; }; };