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

Commit 52889c2e authored by Shashank Mittal's avatar Shashank Mittal
Browse files

ARM: dts: msm: add apps watchdog entry for 8992



Add watchdog device tree entry to enable configuring the watchdog
timer to cause barks and bites so as to detect system hangs.

Change-Id: I3b0e306faacbd1b8f8460780ec90f50400104912
Signed-off-by: default avatarShashank Mittal <mittals@codeaurora.org>
parent 7ec945ae
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -415,6 +415,16 @@
		};
	};

	qcom,wdt@f9017000 {
		compatible = "qcom,msm-watchdog";
		reg = <0xf9017000 0x1000>;
		reg-names = "wdt-base";
		interrupts = <0 3 0>, <0 4 0>;
		qcom,bark-time = <11000>;
		qcom,pet-time = <10000>;
		qcom,ipi-ping;
	};

	qcom,sps {
		compatible = "qcom,msm_sps";
		qcom,pipe-attr-ee;