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

Commit d63a69e2 authored by Sarangdhar Joshi's avatar Sarangdhar Joshi
Browse files

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



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

Change-Id: I705818cde623d5bd818835ab7b498b1e3c5adf1a
Signed-off-by: default avatarSarangdhar Joshi <spjoshi@codeaurora.org>
parent 90bfd817
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -356,6 +356,15 @@
			qcom,smdtty-dev-name = "LOOPBACK_TTY";
		};
	};

	qcom,wdt@b017000 {
		compatible = "qcom,msm-watchdog";
		reg = <0xb017000 0x1000>;
		reg-names = "wdt-base";
		interrupts = <1 3 0>, <1 2 0>;
		qcom,bark-time = <11000>;
		qcom,pet-time = <10000>;
	};
};

#include "msmzirc-regulator.dtsi"