From: Srinivas Goud Date: Tue, 25 Jun 2019 10:25:06 +0000 (+0530) Subject: arm64: versal: Set watchdog default timeout X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2a18c735d4e6f07f1b1718496dc15aacc29b2347;p=thirdparty%2Fu-boot.git arm64: versal: Set watchdog default timeout This patch sets the watchdog timeout-sec property to 60 seconds as default value. Signed-off-by: Srinivas Goud Signed-off-by: Michal Simek --- diff --git a/arch/arm/dts/versal.dtsi b/arch/arm/dts/versal.dtsi index 50a8c2f9214..393271cabbf 100644 --- a/arch/arm/dts/versal.dtsi +++ b/arch/arm/dts/versal.dtsi @@ -426,6 +426,7 @@ compatible = "xlnx,versal-wwdt-1.0"; status = "disabled"; reg = <0 0xfd4d0000 0 0x10000>; + timeout-sec = <60>; }; };