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

Commit 97101d5c authored by Jeevan Shriram's avatar Jeevan Shriram
Browse files

ARM: dts: msm: Enable watchdog device tree entries for SDXPOORWILLS



Add required device tree node for enabling watchdog timer to reset the
device incase of software fault.

Change-Id: If728314f377010e32ce2ff13e4704c375c065adb
Signed-off-by: default avatarJeevan Shriram <jshriram@codeaurora.org>
parent c9738304
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -791,6 +791,15 @@
		interrupt-names = "vbus_det_irq";
		status = "disabled";
	};

	qcom,wdt@17817000{
		compatible = "qcom,msm-watchdog";
		reg = <0x17817000 0x1000>;
		reg-names = "wdt-base";
		interrupts = <1 3 0>, <1 2 0>;
		qcom,bark-time = <11000>;
		qcom,pet-time = <10000>;
	};
};

#include "pmxpoorwills.dtsi"