diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-02-08 13:34:12 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-04-25 09:51:16 +0300 |
commit | 389f6f8b3eb00972f05f0ca03295c2d00ddef53d (patch) | |
tree | 48a3a5b800b70f6dbdb47cd04e4fcb1e60a70573 /arch/arm/boot/dts/r8a7791-porter.dts | |
parent | 9245dccc4a198997d2b0d2b51eef14763ccf2b30 (diff) | |
download | linux-389f6f8b3eb00972f05f0ca03295c2d00ddef53d.tar.xz |
ARM: dts: porter: 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-porter.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7791-porter.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7791-porter.dts b/arch/arm/boot/dts/r8a7791-porter.dts index c14e6fe9e4f6..4dd5a5db2de8 100644 --- a/arch/arm/boot/dts/r8a7791-porter.dts +++ b/arch/arm/boot/dts/r8a7791-porter.dts @@ -471,6 +471,11 @@ }; }; +&rwdt { + timeout-sec = <60>; + status = "okay"; +}; + &ssi1 { shared-pin; }; |