Skip to content

Commit c098e14

Browse files
committed
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 <christian@paral.in>
1 parent b8b59bb commit c098e14

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

arch/arm64/boot/dts/amlogic/mesongxbb.dtsi

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -298,13 +298,12 @@
298298

299299
amlwatchdog: amlogic-watchdog{
300300
compatible = "amlogic, gx-wdt";
301-
status = "disable";
302-
default_timeout = <10>;
301+
default_timeout = <25>;
303302
reset_watchdog_method = <1>;//0:sysfs,1:kernel
304303
reset_watchdog_time = <2>;
305-
shutdown_timeout = <10>;
306-
firmware_timeout = <6>;
307-
suspend_timeout = <6>;
304+
shutdown_timeout = <30>;
305+
firmware_timeout = <20>;
306+
suspend_timeout = <20>;
308307
reg = <0x0 0xc11098d0 0x0 0x10>;
309308
clocks = <&clock CLK_XTAL>;
310309
};

0 commit comments

Comments
 (0)