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

Commit dd3356aa authored by Xiaogang Cui's avatar Xiaogang Cui
Browse files

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



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: Ia77f83352781407c80a0a1ab7f1c63c148a3684d
Signed-off-by: default avatarXiaogang Cui <xiaogang@codeaurora.org>
parent 8b477bbf
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -267,6 +267,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";