ODROID-COMMON: Fix watchdog reset disabled.

Change-Id: I214eb2ada20c7a885f82a3a198ffc65a4a1a9d19
This commit is contained in:
Chris
2020-10-06 16:05:41 +09:00
parent cbfd2f0cdd
commit 2ed3759b3b
2 changed files with 2 additions and 2 deletions

View File

@@ -493,7 +493,7 @@
compatible = "amlogic, meson-wdt";
status = "okay";
default_timeout=<10>;
reset_watchdog_method=<1>; /* 0:sysfs,1:kernel */
reset_watchdog_method=<0>; /* 0:sysfs,1:kernel */
reset_watchdog_time=<2>;
shutdown_timeout=<10>;
firmware_timeout=<6>;

View File

@@ -450,7 +450,7 @@
compatible = "amlogic, meson-wdt";
status = "okay";
default_timeout=<10>;
reset_watchdog_method=<1>; /* 0:sysfs,1:kernel */
reset_watchdog_method=<0>; /* 0:sysfs,1:kernel */
reset_watchdog_time=<2>;
shutdown_timeout=<10>;
firmware_timeout=<6>;