]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: lager: Enable watchdog support
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 8 Feb 2018 10:34:10 +0000 (11:34 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 25 Apr 2018 06:51:14 +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/r8a7790-lager.dts

index 063fdb65dc60dfc22c915103853a2ce9a137dbf0..3c66366f7c55003499de17051ba7e24a853659cd 100644 (file)
@@ -917,6 +917,11 @@ dai0 {
        };
 };
 
+&rwdt {
+       timeout-sec = <60>;
+       status = "okay";
+};
+
 &ssi1 {
        shared-pin;
 };