From: Geert Uytterhoeven Date: Thu, 8 Feb 2018 10:34:11 +0000 (+0100) Subject: ARM: dts: koelsch: Enable watchdog support X-Git-Tag: v4.18-rc1~48^2^2~36 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9245dccc4a198997d2b0d2b51eef14763ccf2b30;p=uclinux-h8%2Flinux.git ARM: dts: koelsch: 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-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts index f40321a1c917..fcdd0164142b 100644 --- a/arch/arm/boot/dts/r8a7791-koelsch.dts +++ b/arch/arm/boot/dts/r8a7791-koelsch.dts @@ -637,6 +637,11 @@ status = "okay"; }; +&rwdt { + timeout-sec = <60>; + status = "okay"; +}; + &sata0 { status = "okay"; };