ath79: ubnt,bullet-m-xw: set PHY max-speed to 100Mbps
authorLech Perczak <lech.perczak@gmail.com>
Thu, 4 Jan 2024 00:22:26 +0000 (01:22 +0100)
committerDavid Bauer <mail@david-bauer.net>
Tue, 30 Jan 2024 14:44:36 +0000 (15:44 +0100)
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 <lech.perczak@gmail.com>
(cherry picked from commit d406777fb14c84e82f51bab059631af70cf6d5c9)

target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts

index 0101820ecda44adbfd560f017dd4dd239dd626ae..73cc9779859f59f6edfcfaa0738e3788680c8e4b 100644 (file)
@@ -14,6 +14,7 @@
        phy4: ethernet-phy@4 {
                phy-mode = "rgmii";
                reg = <4>;
+               max-speed = <100>;
        };
 };