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:
parent
424bd7e6c5
commit
eb746e5342
|
@ -212,7 +212,6 @@
|
|||
wdt2: watchdog@1e785020 {
|
||||
compatible = "aspeed,ast2400-wdt";
|
||||
reg = <0x1e785020 0x1c>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
vuart: serial@1e787000 {
|
||||
|
|
|
@ -256,7 +256,6 @@
|
|||
wdt2: watchdog@1e785020 {
|
||||
compatible = "aspeed,ast2500-wdt";
|
||||
reg = <0x1e785020 0x20>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
wdt3: watchdog@1e785040 {
|
||||
|
|
Loading…
Reference in New Issue