From 17203d6752be0f7fd60db41b79b81a8ec01bba92 Mon Sep 17 00:00:00 2001 From: Lech Perczak Date: Sat, 11 Jan 2025 18:04:24 +0100 Subject: [PATCH] ath79: cf-ew72: support link state reporting on eth0 Attach swphy0 to eth0 port instead of fixed-link. Signed-off-by: Lech Perczak Link: https://github.com/openwrt/openwrt/pull/9971 Signed-off-by: Hauke Mehrtens --- target/linux/ath79/dts/qca9531_comfast_cf-ew72.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/target/linux/ath79/dts/qca9531_comfast_cf-ew72.dts b/target/linux/ath79/dts/qca9531_comfast_cf-ew72.dts index 8e24c7a982f..633253865ae 100644 --- a/target/linux/ath79/dts/qca9531_comfast_cf-ew72.dts +++ b/target/linux/ath79/dts/qca9531_comfast_cf-ew72.dts @@ -138,8 +138,12 @@ }; ð1 { + phy-handle = <&swphy0>; + nvmem-cells = <&macaddr_art_0 0>; nvmem-cell-names = "mac-address"; + + /delete-node/ fixed-link; }; &wdt {