[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220204161806.3126321-6-jjhiblot@traphandler.com>
Date: Fri, 4 Feb 2022 17:18:03 +0100
From: Jean-Jacques Hiblot <jjhiblot@...phandler.com>
To: <geert+renesas@...der.be>, Magnus Damm <magnus.damm@...il.com>,
Rob Herring <robh+dt@...nel.org>
CC: Jean-Jacques Hiblot <jjhiblot@...phandler.com>,
<linux-renesas-soc@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
Subject: [PATCH 5/6] ARM: dts: r9a06g032-rzn1d400-db: Enable watchdog0 with a 10s timeout
10s seems a reasonable value for a watchdog.
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@...phandler.com>
---
arch/arm/boot/dts/r9a06g032-rzn1d400-db.dts | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/r9a06g032-rzn1d400-db.dts b/arch/arm/boot/dts/r9a06g032-rzn1d400-db.dts
index 4e57ae2688fc..5c8f46b20acc 100644
--- a/arch/arm/boot/dts/r9a06g032-rzn1d400-db.dts
+++ b/arch/arm/boot/dts/r9a06g032-rzn1d400-db.dts
@@ -23,6 +23,11 @@ aliases {
};
};
+&wdt0 {
+ timeout-sec = <10>;
+ status = "okay";
+};
+
&uart0 {
status = "okay";
};
--
2.25.1
Powered by blists - more mailing lists