From: Lech Perczak Date: Thu, 4 Jan 2024 00:22:26 +0000 (+0100) Subject: ath79: ubnt-bullet-m-xw: set PHY max-speed to 100Mbps X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=9f4708f76cb0d1392323d6a700b786f73f765fa2;p=openwrt%2Fstaging%2Fnbd.git ath79: ubnt-bullet-m-xw: set PHY max-speed to 100Mbps Onboard AR8035 PHY supports 1000Base-T operation, but onboard Ethernet magnetics do not. Reduce advertised link speeds to 100Mbps and lower. Signed-off-by: Lech Perczak --- diff --git a/target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts b/target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts index 8c7d1dc918..16d27dc016 100644 --- a/target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts +++ b/target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts @@ -13,6 +13,7 @@ phy4: ethernet-phy@4 { phy-mode = "rgmii"; reg = <4>; + max-speed = <100>; }; };