arm: dts: gxl: replace watchdog with new version [1/1]
authorBo Yang <bo.yang@amlogic.com>
Sat, 3 Nov 2018 02:22:02 +0000 (10:22 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Mon, 12 Nov 2018 07:35:51 +0000 (00:35 -0700)
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>
arch/arm/boot/dts/amlogic/mesongxl.dtsi

index 8c88bd2..df21827 100644 (file)
                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>;