Browse Source

arm: dts: socfpga: enable watchdog for socfpga platform

Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Dinh Nguyen 10 years ago
parent
commit
c1ad85d772
1 changed files with 4 additions and 0 deletions
  1. 4 0
      arch/arm/boot/dts/socfpga_cyclone5.dtsi

+ 4 - 0
arch/arm/boot/dts/socfpga_cyclone5.dtsi

@@ -49,3 +49,7 @@
 		};
 	};
 };
+
+&watchdog0 {
+	status = "okay";
+};