ARM: dts: alt: Enable watchdog support
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 8 Feb 2018 10:34:16 +0000 (11:34 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 25 Apr 2018 06:51:18 +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/r8a7794-alt.dts

index 26a8834..1ecc5b9 100644 (file)
        status = "okay";
 };
 
+&rwdt {
+       timeout-sec = <60>;
+       status = "okay";
+};
+
 &sdhi0 {
        pinctrl-0 = <&sdhi0_pins>;
        pinctrl-1 = <&sdhi0_pins_uhs>;