From eb19dd58e085c71b6fde4283a8f9589655689224 Mon Sep 17 00:00:00 2001 From: Mukesh Ojha Date: Mon, 29 Jul 2024 12:35:00 +0530 Subject: [PATCH] ARM: dts: msm: Add shutdown ack for each remoteproc processors legacy SoCs had shutdown ack only available to modem DSP since waipio, it is even available for ADSP and CDSP and since we are adding shutdown ack timeout which would wait for these ack interrupts. Let's add them for ADSP and CDSP as well. Change-Id: I75c427be29d8d762617ccc1e595929edb9ff2c3b Signed-off-by: Mukesh Ojha --- qcom/sun.dtsi | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index 154e21cf..73ea4248 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -2780,13 +2780,15 @@ <&adsp_smp2p_in 0 0>, <&adsp_smp2p_in 2 0>, <&adsp_smp2p_in 1 0>, - <&adsp_smp2p_in 3 0>; + <&adsp_smp2p_in 3 0>, + <&adsp_smp2p_in 7 0>; interrupt-names = "wdog", "fatal", "handover", "ready", - "stop-ack"; + "stop-ack", + "shutdown-ack"; /* Outputs to turing */ qcom,smem-states = <&adsp_smp2p_out 0>; @@ -2930,13 +2932,15 @@ <&cdsp_smp2p_in 0 0>, <&cdsp_smp2p_in 2 0>, <&cdsp_smp2p_in 1 0>, - <&cdsp_smp2p_in 3 0>; + <&cdsp_smp2p_in 3 0>, + <&cdsp_smp2p_in 7 0>; interrupt-names = "wdog", "fatal", "handover", "ready", - "stop-ack"; + "stop-ack", + "shutdown-ack"; /* Outputs to turing */ qcom,smem-states = <&cdsp_smp2p_out 0>;