From 3b0fb63f25125939735d92a58b2b89b575501b9e Mon Sep 17 00:00:00 2001 From: Dinh Nguyen Date: Mon, 5 Mar 2018 09:21:05 -0600 Subject: [PATCH] arm64: dts: stratix10: enable watchdog timer on the S10 devkit Enables the watchdog0 timer on the Stratix10 devkit. Signed-off-by: Dinh Nguyen --- arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts | 4 ++++ 1 file changed, 4 insertions(+) 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"; +}; -- 2.17.1