提交 eb746e53 编写于 作者: J 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: NAndrew Jeffery <andrew@aj.id.au>
Signed-off-by: NJoel Stanley <joel@jms.id.au>
上级 424bd7e6
...@@ -212,7 +212,6 @@ ...@@ -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 @@ ...@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册