From: Marek Vasut Date: Tue, 14 Sep 2021 03:25:33 +0000 (+0200) Subject: arm: socfpga: vining: Un-disable WDT in DT X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=e21bbffa1d6d2634dabee393dd342764e2931441;p=u-boot.git arm: socfpga: vining: Un-disable WDT in DT The WDT on this system should be enabled, make it so. Signed-off-by: Marek Vasut Cc: Siew Chin Lim Cc: Simon Goldschmidt Cc: Tien Fong Chee --- diff --git a/arch/arm/dts/socfpga_cyclone5_vining_fpga-u-boot.dtsi b/arch/arm/dts/socfpga_cyclone5_vining_fpga-u-boot.dtsi index 2e4468e8d8..9e8be28200 100644 --- a/arch/arm/dts/socfpga_cyclone5_vining_fpga-u-boot.dtsi +++ b/arch/arm/dts/socfpga_cyclone5_vining_fpga-u-boot.dtsi @@ -15,10 +15,6 @@ }; }; -&watchdog0 { - status = "disabled"; -}; - &mmc { status = "disabled"; };