ARM: dts: qcom: Add pong to the list of soccp interrupts

Add an extra bit in the SOCCP SMP2P to check if the soccp is alive.

Change-Id: I9c34498a877dfe80a20ec25e182daec531f32307
Signed-off-by: Gokul krishna Krishnakumar <quic_gokukris@quicinc.com>
This commit is contained in:
Gokul krishna Krishnakumar
2024-03-20 11:41:55 -07:00
parent 641eb6f7ca
commit 13045992eb

View File

@@ -3419,13 +3419,15 @@
<&soccp_smp2p_in 0 0>, <&soccp_smp2p_in 0 0>,
<&soccp_smp2p_in 1 0>, <&soccp_smp2p_in 1 0>,
<&soccp_smp2p_in 3 0>, <&soccp_smp2p_in 3 0>,
<&soccp_smp2p_in 2 0>; <&soccp_smp2p_in 2 0>,
<&soccp_smp2p_in 9 0>;
interrupt-names = "wdog", interrupt-names = "wdog",
"fatal", "fatal",
"ready", "ready",
"stop-ack", "stop-ack",
"handover"; "handover",
"pong";
/* Outputs to soccp */ /* Outputs to soccp */
qcom,smem-states = <&soccp_smp2p_out 0>, <&soccp_smp2p_out 10>, <&soccp_smp2p_out 9>; qcom,smem-states = <&soccp_smp2p_out 0>, <&soccp_smp2p_out 10>, <&soccp_smp2p_out 9>;