* [PATCH] ARM: dts: renesas: rskrza1: Enable watchdog timer
@ 2024-09-27 12:57 Geert Uytterhoeven
2024-09-27 16:08 ` Wolfram Sang
0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2024-09-27 12:57 UTC (permalink / raw)
To: Magnus Damm, Wolfram Sang
Cc: linux-renesas-soc, linux-arm-kernel, Geert Uytterhoeven
Enable the Watchdog Timer (WDT) on the Renesas RSK+RZA1 development
board equipped with an RZ/A1H SoC.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
To be queued in renesas-devel for v6.13.
arch/arm/boot/dts/renesas/r7s72100-rskrza1.dts | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/renesas/r7s72100-rskrza1.dts b/arch/arm/boot/dts/renesas/r7s72100-rskrza1.dts
index 43990911b144dde9..6f7fa3eeeb79893f 100644
--- a/arch/arm/boot/dts/renesas/r7s72100-rskrza1.dts
+++ b/arch/arm/boot/dts/renesas/r7s72100-rskrza1.dts
@@ -285,3 +285,8 @@ &scif2 {
pinctrl-0 = <&scif2_pins>;
status = "okay";
};
+
+&wdt {
+ timeout-sec = <60>;
+ status = "okay";
+};
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-27 16:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-27 12:57 [PATCH] ARM: dts: renesas: rskrza1: Enable watchdog timer Geert Uytterhoeven
2024-09-27 16:08 ` Wolfram Sang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox