From: Geert Uytterhoeven Date: Thu, 8 Feb 2018 10:34:17 +0000 (+0100) Subject: ARM: dts: silk: Enable watchdog support X-Git-Tag: v4.18-rc1~48^2^2~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c9603026f9dd47f5f4b079a3ca587e135ccd4e72;p=thirdparty%2Flinux.git ARM: dts: silk: 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/r8a7794-silk.dts b/arch/arm/boot/dts/r8a7794-silk.dts index 351cb3b3d9663..e2642d2c2eedd 100644 --- a/arch/arm/boot/dts/r8a7794-silk.dts +++ b/arch/arm/boot/dts/r8a7794-silk.dts @@ -540,6 +540,11 @@ }; }; +&rwdt { + timeout-sec = <60>; + status = "okay"; +}; + &ssi1 { shared-pin; };