From 46d616adf34671806729abc1e3aff86e3f4bb980 Mon Sep 17 00:00:00 2001 From: Gokul krishna Krishnakumar Date: Tue, 9 Jan 2024 14:25:05 -0800 Subject: [PATCH] ARM: dts: msm: Disable glink edge for soccp GLink interrupt is being sent to SOCCP and is waking SOCCP which is causing SOCCP not to go into D3 (suspend) state when SOCCP is taken out of reset as there is no handshake between remoteproc & GLink. Disable GLink edge until proper fix is identified. Change-Id: I0282f09085bea2e2e3f93cc17841b2a2720e7b1a Signed-off-by: Gokul krishna Krishnakumar --- qcom/sun.dtsi | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index b601e3ad..bdd8466b 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -3363,28 +3363,6 @@ /* 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>; - }; - }; }; };