From: Geert Uytterhoeven Date: Thu, 8 Feb 2018 10:34:15 +0000 (+0100) Subject: ARM: dts: gose: Enable watchdog support X-Git-Tag: v4.18-rc1~48^2^2~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=80aed52aff94875c600d976d6d94126f31c7c052;p=thirdparty%2Flinux.git ARM: dts: gose: 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/r8a7793-gose.dts b/arch/arm/boot/dts/r8a7793-gose.dts index 9ed6961f2d9a2..7a66d885e657b 100644 --- a/arch/arm/boot/dts/r8a7793-gose.dts +++ b/arch/arm/boot/dts/r8a7793-gose.dts @@ -595,6 +595,11 @@ status = "okay"; }; +&rwdt { + timeout-sec = <60>; + status = "okay"; +}; + &scif0 { pinctrl-0 = <&scif0_pins>; pinctrl-names = "default";