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