From: Geert Uytterhoeven Date: Thu, 8 Feb 2018 10:34:12 +0000 (+0100) Subject: ARM: dts: porter: Enable watchdog support X-Git-Tag: v4.18-rc1~48^2^2~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=389f6f8b3eb00972f05f0ca03295c2d00ddef53d;p=thirdparty%2Flinux.git ARM: dts: porter: Enable watchdog support Enable the watchdog, so the board can be restarted by a watchdog timeout. Signed-off-by: Geert Uytterhoeven Acked-by: Fabrizio Castro Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7791-porter.dts b/arch/arm/boot/dts/r8a7791-porter.dts index c14e6fe9e4f69..4dd5a5db2de89 100644 --- a/arch/arm/boot/dts/r8a7791-porter.dts +++ b/arch/arm/boot/dts/r8a7791-porter.dts @@ -471,6 +471,11 @@ }; }; +&rwdt { + timeout-sec = <60>; + status = "okay"; +}; + &ssi1 { shared-pin; };