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:
Bo Yang
2018-11-03 10:22:02 +08:00
committed by Jianxin Pan
parent 4a79208617
commit d932cb0022

View File

@@ -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>;