Revert "arm: dts: gxl: replace watchdog with new version [1/1]"
authorLuan Yuan <luan.yuan@amlogic.com>
Sat, 8 Dec 2018 04:30:03 +0000 (12:30 +0800)
committerLuan Yuan <luan.yuan@amlogic.com>
Sat, 8 Dec 2018 04:30:03 +0000 (12:30 +0800)
This reverts commit d932cb0022d9daeede4eb78f19b2d36c2cb9fab6.

arch/arm/boot/dts/amlogic/mesongxl.dtsi

index 0235105..f887655 100644 (file)
                status = "okay";
        };
 
-
-       wdt: watchdog@0xffd0f0d0 {
-               compatible = "amlogic,meson-gxl-wdt";
+       watchdog {
+               compatible = "amlogic, meson-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>;