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

Commit dad4153d authored by Aparna Das's avatar Aparna Das
Browse files

ARM: dts: msm: add apps watchdog entry for plutonium



Add watchodg to device tree entry to enable configuring the watchdog
timer to cause barks and bites so as to detect system hangs.

Change-Id: I780bc207d3de63f8271738bc087d605c35d642ed
Signed-off-by: default avatarAparna Das <adas@codeaurora.org>
parent 97ec7af2
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -254,6 +254,15 @@
		};
	};

	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;
	};

	sdhc_1: sdhci@f9824900 {
				compatible = "qcom,sdhci-msm";
				reg = <0xf9824900 0x1a0>, <0xf9824000 0x800>;