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

Commit 270fa6a2 authored by Aparna Das's avatar Aparna Das
Browse files

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



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

Change-Id: I55d58d94bac2ef4dac41a79a7d9c57ae8b89e621
Signed-off-by: default avatarAparna Das <adas@codeaurora.org>
parent b4084af2
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -296,6 +296,14 @@
		rpm-standalone = <1>;
	};

	qcom,wdt@f9017000 {
		compatible = "qcom,msm-watchdog";
		reg = <0xf9017000 0x1000>;
		interrupts = <1 2 0>, <1 1 0>;
		qcom,bark-time = <11000>;
		qcom,pet-time = <10000>;
	};

	jtag_fuse: jtagfuse@fc4be024 {
		compatible = "qcom,jtag-fuse";
		reg = <0xfc4be024 0x8>;