diff options
author | Dinh Nguyen <dinguyen@kernel.org> | 2018-03-05 09:21:05 -0600 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2018-03-23 08:53:19 -0500 |
commit | 3b0fb63f25125939735d92a58b2b89b575501b9e (patch) | |
tree | 0868abbf6bed3f741156f458a8b52254cab1bae9 /arch/arm64/boot | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff) | |
download | linux-3b0fb63f25125939735d92a58b2b89b575501b9e.tar.bz2 |
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>
Diffstat (limited to 'arch/arm64/boot')
-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 @@ &usb0 { status = "okay"; }; + +&watchdog0 { + status = "okay"; +}; |