]> Git Repo - J-u-boot.git/commitdiff
arm: socfpga: vining: Un-disable WDT in DT
authorMarek Vasut <[email protected]>
Tue, 14 Sep 2021 03:25:33 +0000 (05:25 +0200)
committerMarek Vasut <[email protected]>
Wed, 22 Sep 2021 19:30:39 +0000 (21:30 +0200)
The WDT on this system should be enabled, make it so.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Siew Chin Lim <[email protected]>
Cc: Simon Goldschmidt <[email protected]>
Cc: Tien Fong Chee <[email protected]>
arch/arm/dts/socfpga_cyclone5_vining_fpga-u-boot.dtsi

index 2e4468e8d80e3781ff4acd146fa80e8408936d9d..9e8be282005e64c5ece0e0f95ad473dbaacd1856 100644 (file)
        };
 };
 
-&watchdog0 {
-       status = "disabled";
-};
-
 &mmc {
        status = "disabled";
 };
This page took 0.039319 seconds and 4 git commands to generate.