Commit eb746e53 authored by Joel Stanley's avatar Joel Stanley
Browse files

ARM: dts: aspeed: Enable watchdog two



The second watchdog is left running by u-boot in the common
configurations of the firmware shipped on ASPEED boards. Ensure a driver
is loaded so the system can succcessfully boot.

Reviewed-by: default avatarAndrew Jeffery <andrew@aj.id.au>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 424bd7e6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -212,7 +212,6 @@
			wdt2: watchdog@1e785020 {
				compatible = "aspeed,ast2400-wdt";
				reg = <0x1e785020 0x1c>;
				status = "disabled";
			};

			vuart: serial@1e787000 {
+0 −1
Original line number Diff line number Diff line
@@ -256,7 +256,6 @@
			wdt2: watchdog@1e785020 {
				compatible = "aspeed,ast2500-wdt";
				reg = <0x1e785020 0x20>;
				status = "disabled";
			};

			wdt3: watchdog@1e785040 {