]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ath79: cf-ew72: support link state reporting on eth0
authorLech Perczak <lech.perczak@gmail.com>
Sat, 11 Jan 2025 17:04:24 +0000 (18:04 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 25 May 2026 18:24:42 +0000 (20:24 +0200)
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>
target/linux/ath79/dts/qca9531_comfast_cf-ew72.dts

index 8e24c7a982f236d3087aafe7d07589fffe353ece..633253865ae325b7d4fe75c02e5712097ef8e3ad 100644 (file)
 };
 
 &eth1 {
+       phy-handle = <&swphy0>;
+
        nvmem-cells = <&macaddr_art_0 0>;
        nvmem-cell-names = "mac-address";
+
+       /delete-node/ fixed-link;
 };
 
 &wdt {