summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2021-09-14 05:25:33 +0200
committerMarek Vasut <[email protected]>2021-09-22 21:30:39 +0200
commite21bbffa1d6d2634dabee393dd342764e2931441 (patch)
tree3dbab6b474b3200c4c1fc2d1aa3885255b0c8a02
parent4e106ef9efd7d309c5f830c5ee0e99e62a96a508 (diff)
arm: socfpga: vining: Un-disable WDT in DT
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]>
-rw-r--r--arch/arm/dts/socfpga_cyclone5_vining_fpga-u-boot.dtsi4
1 files changed, 0 insertions, 4 deletions
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 2e4468e8d80..9e8be282005 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";
};