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>
Thu, 25 Jan 2024 22:45:37 +0000 (23:45 +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>
target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts

index 8c7d1dc9186ef4c8648424b3d56eedbb911e876e..16d27dc0167ec2d11976e1eb6dc0ce5e12115e5e 100644 (file)
@@ -13,6 +13,7 @@
        phy4: ethernet-phy@4 {
                phy-mode = "rgmii";
                reg = <4>;
+               max-speed = <100>;
        };
 };