diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-02-08 13:34:15 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-04-25 09:51:18 +0300 |
commit | 80aed52aff94875c600d976d6d94126f31c7c052 (patch) | |
tree | 7319a6e426cf2936dde28f5e8c0dfe016e28a672 | |
parent | 9a3b0adee13a9a65bee0c305286793ebb96a1cd8 (diff) | |
download | linux-80aed52aff94875c600d976d6d94126f31c7c052.tar.xz |
ARM: dts: gose: 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>
-rw-r--r-- | arch/arm/boot/dts/r8a7793-gose.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7793-gose.dts b/arch/arm/boot/dts/r8a7793-gose.dts index 9ed6961f2d9a..7a66d885e657 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"; |