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