diff options
author | Fabrizio Castro <[email protected]> | 2019-03-06 11:29:45 +0000 |
---|---|---|
committer | Simon Horman <[email protected]> | 2019-03-18 10:33:20 +0100 |
commit | 79223ca1f57776d2770da9561c26cc2f2dd42205 (patch) | |
tree | 2ff0e2a83837eeca7a39aa5545d902b02017dbf8 | |
parent | a8f6110e64422d5c28046e6be7e8adcee929a418 (diff) |
arm64: dts: renesas: r8a774c0-cat874: Add RWDT support
Enable RWDT and use 60 seconds as default timeout.
Signed-off-by: Fabrizio Castro <[email protected]>
Reviewed-by: Chris Paterson <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts b/arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts index 959919af5628..42c66f9d8f96 100644 --- a/arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts +++ b/arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts @@ -126,6 +126,11 @@ }; }; +&rwdt { + timeout-sec = <60>; + status = "okay"; +}; + &scif2 { pinctrl-0 = <&scif2_pins>; pinctrl-names = "default"; |