diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-02-08 11:34:11 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-04-25 08:51:15 +0200 |
commit | 9245dccc4a198997d2b0d2b51eef14763ccf2b30 (patch) | |
tree | cd427be43f2eb36bbfcf92787d0ef86d43aa3c5e /arch/arm/boot/dts/r8a7791-koelsch.dts | |
parent | ARM: dts: lager: Enable watchdog support (diff) | |
download | linux-9245dccc4a198997d2b0d2b51eef14763ccf2b30.tar.xz linux-9245dccc4a198997d2b0d2b51eef14763ccf2b30.zip |
ARM: dts: koelsch: Enable watchdog support
Enable the watchdog, so the board can be restarted by a watchdog
timeout.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7791-koelsch.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7791-koelsch.dts | 5 |
1 files changed, 5 insertions, 0 deletions
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"; }; |