]> www.infradead.org Git - linux.git/commitdiff
ARM: dts: r9a06g032-rzn1d400-db: Enable watchdog0 with a 60s timeout
authorJean-Jacques Hiblot <jjhiblot@traphandler.com>
Mon, 21 Feb 2022 09:50:30 +0000 (10:50 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 24 Feb 2022 12:48:53 +0000 (13:48 +0100)
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>
arch/arm/boot/dts/r9a06g032-rzn1d400-db.dts

index 4e57ae2688fcc0bcee44addfe7f31c9a2603a8e9..3f8f3ce87e122a10f515b5ede098fa4aa53e1b07 100644 (file)
@@ -26,3 +26,8 @@
 &uart0 {
        status = "okay";
 };
+
+&wdt0 {
+       timeout-sec = <60>;
+       status = "okay";
+};