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

Commit 5f2033bf authored by Pushkar Joshi's avatar Pushkar Joshi Committed by Stephen Boyd
Browse files

ARM: dts: msm: Add apps watchdog entry for 8084



The HLOS watchdog can be configured to cause barks and bites
so as to detect system hangs. Add the watchdog to the device
tree so that the watchdog driver can manage the apps watchdog
and enable this watchdog functionality.

Change-Id: I72fd88d2d93f7e359f4dd2212a5efd4ecc1932e0
Signed-off-by: default avatarPushkar Joshi <pushkarj@codeaurora.org>
parent 83459dc5
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -338,6 +338,15 @@
		interrupts = <0 28 0>;
		status = "disabled";
	};

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

&gdsc_venus {