diff options
author | Jean-Jacques Hiblot <jjhiblot@traphandler.com> | 2022-02-21 10:50:30 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2022-02-24 13:48:53 +0100 |
commit | 3ec510bcbdd274d62af96cbc381d2609659b3dc5 (patch) | |
tree | 9ad8b43859a0f27d3ba3d4e0f80398d7f1d05bde /arch/arm/boot/dts/r9a06g032-rzn1d400-db.dts | |
parent | 045d0625d305b2c99aba60f787250483af4a23a4 (diff) | |
download | lwn-3ec510bcbdd274d62af96cbc381d2609659b3dc5.tar.gz lwn-3ec510bcbdd274d62af96cbc381d2609659b3dc5.zip |
ARM: dts: r9a06g032-rzn1d400-db: Enable watchdog0 with a 60s timeout
60s is a sensible default value.
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@traphandler.com>
Link: https://lore.kernel.org/r/20220221095032.95054-5-jjhiblot@traphandler.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'arch/arm/boot/dts/r9a06g032-rzn1d400-db.dts')
-rw-r--r-- | arch/arm/boot/dts/r9a06g032-rzn1d400-db.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r9a06g032-rzn1d400-db.dts b/arch/arm/boot/dts/r9a06g032-rzn1d400-db.dts index 4e57ae2688fc..3f8f3ce87e12 100644 --- a/arch/arm/boot/dts/r9a06g032-rzn1d400-db.dts +++ b/arch/arm/boot/dts/r9a06g032-rzn1d400-db.dts @@ -26,3 +26,8 @@ &uart0 { status = "okay"; }; + +&wdt0 { + timeout-sec = <60>; + status = "okay"; +}; |