diff options
author | Dinh Nguyen <dinguyen@kernel.org> | 2018-03-05 10:21:05 -0500 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2018-03-23 09:53:19 -0400 |
commit | 3b0fb63f25125939735d92a58b2b89b575501b9e (patch) | |
tree | 0868abbf6bed3f741156f458a8b52254cab1bae9 | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff) |
arm64: dts: stratix10: enable watchdog timer on the S10 devkit
Enables the watchdog0 timer on the Stratix10 devkit.
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
-rw-r--r-- | arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts index 000756429b77..8abec68b7c50 100644 --- a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts | |||
@@ -101,3 +101,7 @@ | |||
101 | &usb0 { | 101 | &usb0 { |
102 | status = "okay"; | 102 | status = "okay"; |
103 | }; | 103 | }; |
104 | |||
105 | &watchdog0 { | ||
106 | status = "okay"; | ||
107 | }; | ||