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

Commit 40d673a4 authored by Xiaogang Cui's avatar Xiaogang Cui
Browse files

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



Add the watchdog to the device tree so that the
watchdog driver can manage the apps watchdog and
enable this watchdog funtionality.

Change-Id: I572715fed0a10c4d3e70b6946e216b7d3b86e014
Signed-off-by: default avatarXiaogang Cui <xiaogang@codeaurora.org>
parent 7b6dde03
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -250,6 +250,15 @@
		qcom,num-locks = <8>;
	};

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

	qcom,msm-rtb {
		compatible = "qcom,msm-rtb";
		qcom,rtb-size = <0x100000>;