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

Commit 52960ecf authored by Jeevan Shriram's avatar Jeevan Shriram
Browse files

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

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

Change-Id: I214aab79bfb88fdf5f33ae92581a9d5c6b09b24f
parent 932ce167
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -135,6 +135,16 @@
			<0x1fd3000 0x4>;
		reg-names = "pshold-base", "tcsr-boot-misc-detect";
	};

	watchdog: 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>;
		qcom,wakeup-enable;
	};
};

#include "sdxlemur-pinctrl.dtsi"