]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 eb00ae37f3165a14c923f2d210dc00a52441f5c1..17ec17abf3c873c9a3b24a424e54a2ddf7b86ec9 100644 (file)
 &usb0 {
        status = "okay";
 };
+
+&watchdog0 {
+       status = "okay";
+};
index 1907cc60045218663fad56e7def2a8825311f9f1..8c037297296c3c50586b62596842d958fbbd548a 100644 (file)
@@ -42,3 +42,7 @@
                };
        };
 };
+
+&watchdog0 {
+       status = "okay";
+};