From c098e142332021fc145c6e6c81e684d1ec80e64e Mon Sep 17 00:00:00 2001 From: Christian Stewart Date: Fri, 1 Jul 2016 20:04:01 -0700 Subject: [PATCH] odroidc2: increase watchdog timeouts Increasing the odroid c2 watchdog timeouts in the dts file in an effort to avoid a boot loop I came across when testing the kernel. Signed-off-by: Christian Stewart --- arch/arm64/boot/dts/amlogic/mesongxbb.dtsi | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/arch/arm64/boot/dts/amlogic/mesongxbb.dtsi b/arch/arm64/boot/dts/amlogic/mesongxbb.dtsi index e954bcc01a4643..4deda3662dea6b 100755 --- a/arch/arm64/boot/dts/amlogic/mesongxbb.dtsi +++ b/arch/arm64/boot/dts/amlogic/mesongxbb.dtsi @@ -298,13 +298,12 @@ amlwatchdog: amlogic-watchdog{ compatible = "amlogic, gx-wdt"; - status = "disable"; - default_timeout = <10>; + default_timeout = <25>; reset_watchdog_method = <1>;//0:sysfs,1:kernel reset_watchdog_time = <2>; - shutdown_timeout = <10>; - firmware_timeout = <6>; - suspend_timeout = <6>; + shutdown_timeout = <30>; + firmware_timeout = <20>; + suspend_timeout = <20>; reg = <0x0 0xc11098d0 0x0 0x10>; clocks = <&clock CLK_XTAL>; };