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 <quic_gokukris@quicinc.com>
This commit is contained in:
Gokul krishna Krishnakumar
2024-06-07 13:47:02 -07:00
parent 1a1d6a94be
commit d7483f4aed

View File

@@ -3482,14 +3482,16 @@
<&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>; <&soccp_smp2p_in 9 0>,
<&soccp_smp2p_in 10 0>;
interrupt-names = "wdog", interrupt-names = "wdog",
"fatal", "fatal",
"ready", "ready",
"stop-ack", "stop-ack",
"handover", "handover",
"pong"; "pong",
"wake-ack";
/* 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>;