ARM: dts: at91: sam9x60ek: enable watchdog node
authorEugen Hristev <eugen.hristev@microchip.com>
Tue, 11 Feb 2020 08:07:14 +0000 (08:07 +0000)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 9 Mar 2020 21:13:11 +0000 (22:13 +0100)
Enable node for watchdog timer

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Link: https://lore.kernel.org/r/1581408369-14469-2-git-send-email-eugen.hristev@microchip.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
arch/arm/boot/dts/at91-sam9x60ek.dts

index 9f30132..b484745 100644 (file)
 &usb2 {
        status = "okay";
 };
+
+&watchdog {
+       status = "okay";
+};
+