Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 99939264 authored by Archit Saxena's avatar Archit Saxena Committed by Avaneesh Kumar Dwivedi
Browse files

Arm: dts: msm: Add shutdown-ack interrupt for QCS405



Add shutdown-ack smp2p node for acknowledging shutdown
interrupt for QCS405, as in this case wcnss firmware will
send smp2p ack as well.

Change-Id: I1fbc99aff100dc94de51304079ec11f3543c5a77
Signed-off-by: default avatarArchit Saxena <archsaxe@codeaurora.org>
parent 88532b42
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -604,13 +604,15 @@
				<&modem_smp2p_in 0 0>,
				<&modem_smp2p_in 2 0>,
				<&modem_smp2p_in 1 0>,
				<&modem_smp2p_in 3 0>;
				<&modem_smp2p_in 3 0>,
				<&modem_smp2p_in 7 0>;

		interrupt-names = "qcom,wdog",
				"qcom,err-fatal",
				"qcom,proxy-unvote",
				"qcom,err-ready",
				"qcom,stop-ack";
				"qcom,stop-ack",
				"qcom,shutdown-ack";

		/* GPIO output to wcnss */
		qcom,gpio-force-stop = <&modem_smp2p_out 0 0>;