ath79: cf-ew72: support link state reporting on eth0
Attach swphy0 to eth0 port instead of fixed-link. Signed-off-by: Lech Perczak <lech.perczak@gmail.com> Link: https://github.com/openwrt/openwrt/pull/9971 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
6276931f42
commit
17203d6752
@ -138,8 +138,12 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
ð1 {
|
ð1 {
|
||||||
|
phy-handle = <&swphy0>;
|
||||||
|
|
||||||
nvmem-cells = <&macaddr_art_0 0>;
|
nvmem-cells = <&macaddr_art_0 0>;
|
||||||
nvmem-cell-names = "mac-address";
|
nvmem-cell-names = "mac-address";
|
||||||
|
|
||||||
|
/delete-node/ fixed-link;
|
||||||
};
|
};
|
||||||
|
|
||||||
&wdt {
|
&wdt {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user