OSDN Git Service

ARM: dts: wheat: Enable watchdog support
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 8 Feb 2018 10:34:14 +0000 (11:34 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 25 Apr 2018 06:51:17 +0000 (08:51 +0200)
Enable the watchdog, so the board can be restarted by a watchdog
timeout.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7792-wheat.dts

index 95aab56..db01de7 100644 (file)
        };
 };
 
+&rwdt {
+       timeout-sec = <60>;
+       status = "okay";
+};
+
 &scif0 {
        pinctrl-0 = <&scif0_pins>;
        pinctrl-names = "default";