Commit eb746e53 authored by Joel Stanley's avatar Joel Stanley

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
......@@ -212,7 +212,6 @@ wdt1: watchdog@1e785000 {
wdt2: watchdog@1e785020 {
compatible = "aspeed,ast2400-wdt";
reg = <0x1e785020 0x1c>;
status = "disabled";
};
vuart: serial@1e787000 {
......
......@@ -256,7 +256,6 @@ wdt1: watchdog@1e785000 {
wdt2: watchdog@1e785020 {
compatible = "aspeed,ast2500-wdt";
reg = <0x1e785020 0x20>;
status = "disabled";
};
wdt3: watchdog@1e785040 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment