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

Commit 3a9ca49d authored by Maria Yu's avatar Maria Yu
Browse files

ARM: dts: msm: Correct the pet time NS WDOG on msm8937



Timer inaccuracy is within 640ms, so pet time should
be 10s - 640ms = 9360ms.

Change-Id: Ib843f1704766f16bf7a3db0333f592ac95c93c40
Signed-off-by: default avatarMaria Yu <aiquny@codeaurora.org>
parent 40db1753
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -998,7 +998,7 @@
		reg-names = "wdt-base";
		interrupts = <0 3 0>, <0 4 0>;
		qcom,bark-time = <11000>;
		qcom,pet-time = <9760>;
		qcom,pet-time = <9360>;
		qcom,ipi-ping;
		qcom,wakeup-enable;
		status = "okay";