arm64: dts: renesas: rzv2mevk2: Enable watchdog
authorFabrizio Castro <fabrizio.castro.jz@renesas.com>
Thu, 3 Nov 2022 22:39:56 +0000 (22:39 +0000)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 15 Nov 2022 08:40:10 +0000 (09:40 +0100)
Enable the watchdog so that we can reboot the system.

Signed-off-by: Fabrizio Castro <fabrizio.castro.jz@renesas.com>
Link: https://lore.kernel.org/r/20221103223956.50575-4-fabrizio.castro.jz@renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/r9a09g011-v2mevk2.dts

index 5c15d73d059ff8f60b4711753e68bc0cde9415b1..11e1d51c7c0e820bded971a9e37a58c5c34a22de 100644 (file)
@@ -83,3 +83,7 @@
 &uart0 {
        status = "okay";
 };
+
+&wdt0 {
+       status = "okay";
+};