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

Commit c759b379 authored by Shaoqing Liu's avatar Shaoqing Liu
Browse files

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



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: I9ba7de318470dbd233b8544fe723966c87022886
Signed-off-by: default avatarShaoqing Liu <shaoqingliu@codeaurora.org>
parent ff134c6d
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -152,6 +152,15 @@
		};
	};

	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>;
	};

	clock_gcc: qcom,gcc@1800000 {
		compatible = "qcom,dummycc";
		#clock-cells = <1>;