summaryrefslogtreecommitdiffstats
path: root/target/linux/ath79
diff options
context:
space:
mode:
authorLech Perczak <lech.perczak@gmail.com>2024-01-04 01:22:26 +0100
committerDavid Bauer <mail@david-bauer.net>2024-01-25 23:45:37 +0100
commit9f4708f76cb0d1392323d6a700b786f73f765fa2 (patch)
tree8b9b4d285d96281cb28e1fb3ecca7174a893a23d /target/linux/ath79
parent7ed1cca8d6ddc4c74694ca6323ee340895becba0 (diff)
downloadopenwrt-9f4708f76cb0d1392323d6a700b786f73f765fa2.tar.gz
openwrt-9f4708f76cb0d1392323d6a700b786f73f765fa2.tar.bz2
openwrt-9f4708f76cb0d1392323d6a700b786f73f765fa2.zip
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>
Diffstat (limited to 'target/linux/ath79')
-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 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>;
};
};