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 <quic_gokukris@quicinc.com>
This commit is contained in:
Gokul krishna Krishnakumar
2024-01-09 14:25:05 -08:00
parent 7f27f34484
commit 46d616adf3

View File

@@ -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 = <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>;
};
};
};
};