summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLech Perczak2024-01-04 00:22:26 +0000
committerDavid Bauer2024-01-30 14:39:28 +0000
commit58c9308400849c8a29cc401991b5d9c64286ac3f (patch)
tree4cb0f3d4bd650c2692b0033d351b7e56a053cb79
parentb5c728948c976f0614c85aa5418af3a44424b511 (diff)
downloadopenwrt-58c9308400849c8a29cc401991b5d9c64286ac3f.tar.gz
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 <lech.perczak@gmail.com> (cherry picked from commit d406777fb14c84e82f51bab059631af70cf6d5c9)
-rw-r--r--target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts1
1 files changed, 1 insertions, 0 deletions
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 c448ac4e61..a008b51130 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>;
};
};