diff options
author | Dinh Nguyen <dinguyen@opensource.altera.com> | 2014-11-07 11:19:04 -0500 |
---|---|---|
committer | Dinh Nguyen <dinguyen@opensource.altera.com> | 2014-11-21 00:08:39 -0500 |
commit | c1ad85d77224b91448761a3f0ab0d14459c7bb44 (patch) | |
tree | ebab7e2c58d69dc7660157f6c25daabdbc3d9f78 | |
parent | ba6b96b3e915e884003aab7031f11e29c4adb6a0 (diff) |
arm: dts: socfpga: enable watchdog for socfpga platform
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
-rw-r--r-- | arch/arm/boot/dts/socfpga_cyclone5.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/socfpga_cyclone5.dtsi b/arch/arm/boot/dts/socfpga_cyclone5.dtsi index 28c05e7a31c9..06db951e06f8 100644 --- a/arch/arm/boot/dts/socfpga_cyclone5.dtsi +++ b/arch/arm/boot/dts/socfpga_cyclone5.dtsi | |||
@@ -49,3 +49,7 @@ | |||
49 | }; | 49 | }; |
50 | }; | 50 | }; |
51 | }; | 51 | }; |
52 | |||
53 | &watchdog0 { | ||
54 | status = "okay"; | ||
55 | }; | ||