commit | 3b0fb63f25125939735d92a58b2b89b575501b9e | [log] [tgz] |
---|---|---|
author | Dinh Nguyen <dinguyen@kernel.org> | Mon Mar 05 09:21:05 2018 -0600 |
committer | Dinh Nguyen <dinguyen@kernel.org> | Fri Mar 23 08:53:19 2018 -0500 |
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>
diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts index 0007564..8abec68 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"; +};