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

Commit 40cb2344 authored by Charan Teja Reddy's avatar Charan Teja Reddy
Browse files

ARM: dts: msm: add apps watchdog node for msmtitanium



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

Change-Id: I0f734c8b8e0d81790de0af1b65de8aec5c8befdc
Signed-off-by: default avatarCharan Teja Reddy <charante@codeaurora.org>
parent 240bcdf8
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -287,6 +287,17 @@
		};
	};

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

	qcom,smdtty {
		compatible = "qcom,smdtty";