From 13045992eb85052b641a98781be926261edafccc Mon Sep 17 00:00:00 2001 From: Gokul krishna Krishnakumar Date: Wed, 20 Mar 2024 11:41:55 -0700 Subject: [PATCH] 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 --- qcom/sun.dtsi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index b5df11d0..f08333b3 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -3419,13 +3419,15 @@ <&soccp_smp2p_in 0 0>, <&soccp_smp2p_in 1 0>, <&soccp_smp2p_in 3 0>, - <&soccp_smp2p_in 2 0>; + <&soccp_smp2p_in 2 0>, + <&soccp_smp2p_in 9 0>; interrupt-names = "wdog", "fatal", "ready", "stop-ack", - "handover"; + "handover", + "pong"; /* Outputs to soccp */ qcom,smem-states = <&soccp_smp2p_out 0>, <&soccp_smp2p_out 10>, <&soccp_smp2p_out 9>;