mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
arm: dts: gxl: replace watchdog with new version [1/1]
PD#SWPL-1600 Problem: The current watchdog is not the upstream standard driver. Solution: Replace watchdog device tree to use the standard watchdog driver. Verify: S905X P215/P212 Android-32bit Kernel-32bit. Change-Id: I972c8ebb0158caa2df393d9a2d687d9298181102 Signed-off-by: Bo Yang <bo.yang@amlogic.com>
This commit is contained in:
@@ -232,15 +232,10 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
watchdog {
|
||||
compatible = "amlogic, meson-wdt";
|
||||
|
||||
wdt: watchdog@0xffd0f0d0 {
|
||||
compatible = "amlogic,meson-gxl-wdt";
|
||||
status = "okay";
|
||||
default_timeout=<10>;
|
||||
reset_watchdog_method=<1>; /* 0:sysfs,1:kernel */
|
||||
reset_watchdog_time=<2>;
|
||||
shutdown_timeout=<10>;
|
||||
firmware_timeout=<6>;
|
||||
suspend_timeout=<6>;
|
||||
reg = <0xc11098d0 0x10>;
|
||||
clock-names = "xtal";
|
||||
clocks = <&xtal>;
|
||||
|
||||
Reference in New Issue
Block a user