From d7483f4aed76ece5f725328b71dabcea2cae9d68 Mon Sep 17 00:00:00 2001 From: Gokul krishna Krishnakumar Date: Fri, 7 Jun 2024 13:47:02 -0700 Subject: [PATCH] ARM: dts: qcom: Add ready ack to the list of soccp interrupts Add an extra bit in the SOCCP SMP2P to check if the soccp is in D0. Change-Id: I0df3ab9b135e4273d028443cecf8887e7ad794ab 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 51449f47..d16cf590 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -3482,14 +3482,16 @@ <&soccp_smp2p_in 1 0>, <&soccp_smp2p_in 3 0>, <&soccp_smp2p_in 2 0>, - <&soccp_smp2p_in 9 0>; + <&soccp_smp2p_in 9 0>, + <&soccp_smp2p_in 10 0>; interrupt-names = "wdog", "fatal", "ready", "stop-ack", "handover", - "pong"; + "pong", + "wake-ack"; /* Outputs to soccp */ qcom,smem-states = <&soccp_smp2p_out 0>, <&soccp_smp2p_out 10>, <&soccp_smp2p_out 9>;