mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ramdump: fix type error for status of watch dog node [1/1]
PD#165764 Change-Id: Ib3a92525eedeedaa7a451214279d526bb3daa71a Signed-off-by: tao zeng <tao.zeng@amlogic.com>
This commit is contained in:
@@ -273,7 +273,7 @@
|
||||
|
||||
wdt_ee: watchdog@0xffd0f0d0 {
|
||||
compatible = "amlogic, meson-wdt";
|
||||
status = "watch";
|
||||
status = "okay";
|
||||
default_timeout=<10>;
|
||||
reset_watchdog_method=<1>; /* 0:sysfs,1:kernel */
|
||||
reset_watchdog_time=<2>;
|
||||
|
||||
Reference in New Issue
Block a user