From: Dinh Nguyen Date: Mon, 5 Mar 2018 15:21:05 +0000 (-0600) Subject: arm64: dts: stratix10: enable watchdog timer on the S10 devkit X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3b0fb63f25125939735d92a58b2b89b575501b9e;p=linux.git arm64: dts: stratix10: enable watchdog timer on the S10 devkit Enables the watchdog0 timer on the Stratix10 devkit. Signed-off-by: Dinh Nguyen --- diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts index 000756429b778..8abec68b7c504 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"; +};