]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: gose: Enable watchdog support
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 8 Feb 2018 10:34:15 +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/r8a7793-gose.dts

index 9ed6961f2d9a2c4a1a671980f3c336f5d137cc7d..7a66d885e657bf0738d729acfd7eed1953dfeccb 100644 (file)
@@ -595,6 +595,11 @@ &cmt0 {
        status = "okay";
 };
 
+&rwdt {
+       timeout-sec = <60>;
+       status = "okay";
+};
+
 &scif0 {
        pinctrl-0 = <&scif0_pins>;
        pinctrl-names = "default";