ARM: dts: socfpga: enable watchdog timer on Arria5 and Arria10
authorDinh Nguyen <dinguyen@kernel.org>
Fri, 16 Dec 2016 23:15:00 +0000 (17:15 -0600)
committerDinh Nguyen <dinguyen@kernel.org>
Thu, 5 Jan 2017 00:12:10 +0000 (18:12 -0600)
Enable the watchdog for Arria5 and Arria10.

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm/boot/dts/socfpga_arria10_socdk.dtsi
arch/arm/boot/dts/socfpga_arria5.dtsi

index eb00ae3..17ec17a 100644 (file)
 &usb0 {
        status = "okay";
 };
+
+&watchdog0 {
+       status = "okay";
+};
index 1907cc6..8c03729 100644 (file)
@@ -42,3 +42,7 @@
                };
        };
 };
+
+&watchdog0 {
+       status = "okay";
+};