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

Commit f7ba0b54 authored by Shashank Mittal's avatar Shashank Mittal
Browse files

ARM: dts: msm: add watchdog for msmcobalt



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: I2b353a5ab8630e70a3e38dbd24daba296e28a616
Signed-off-by: default avatarShashank Mittal <mittals@codeaurora.org>
parent 2ec3aad9
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -1075,6 +1075,16 @@
		memory-region = <&peripheral_mem>;
	};

	wdog: qcom,wdt@17817000 {
		compatible = "qcom,msm-watchdog";
		reg = <0x17817000 0x1000>;
		reg-names = "wdt-base";
		interrupts = <0 3 0>, <0 4 0>;
		qcom,bark-time = <11000>;
		qcom,pet-time = <10000>;
		qcom,ipi-ping;
		qcom,wakeup-enable;
	};
};

#include "msmcobalt-regulator.dtsi"