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: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
Joel Stanley 2017-10-04 19:46:35 +10:30
parent 424bd7e6c5
commit eb746e5342
2 changed files with 0 additions and 2 deletions

View File

@ -212,7 +212,6 @@
wdt2: watchdog@1e785020 {
compatible = "aspeed,ast2400-wdt";
reg = <0x1e785020 0x1c>;
status = "disabled";
};
vuart: serial@1e787000 {

View File

@ -256,7 +256,6 @@
wdt2: watchdog@1e785020 {
compatible = "aspeed,ast2500-wdt";
reg = <0x1e785020 0x20>;
status = "disabled";
};
wdt3: watchdog@1e785040 {