diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-02-08 13:34:14 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-04-25 09:51:17 +0300 |
commit | 9a3b0adee13a9a65bee0c305286793ebb96a1cd8 (patch) | |
tree | e2fa4ee234d298588b0778a76b1746a1c2fc1ada /arch/arm/boot/dts/r8a7792-wheat.dts | |
parent | b27f039979a057c66e67c9310a625152b473cbe8 (diff) | |
download | linux-9a3b0adee13a9a65bee0c305286793ebb96a1cd8.tar.xz |
ARM: dts: wheat: 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/r8a7792-wheat.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7792-wheat.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7792-wheat.dts b/arch/arm/boot/dts/r8a7792-wheat.dts index 95aab56a56ab..db01de7a3811 100644 --- a/arch/arm/boot/dts/r8a7792-wheat.dts +++ b/arch/arm/boot/dts/r8a7792-wheat.dts @@ -168,6 +168,11 @@ }; }; +&rwdt { + timeout-sec = <60>; + status = "okay"; +}; + &scif0 { pinctrl-0 = <&scif0_pins>; pinctrl-names = "default"; |