summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLech Perczak2024-01-04 00:22:26 +0000
committerDavid Bauer2024-01-30 14:44:36 +0000
commit294301c0878f52c0edaf1220e555c4c95cc9b6a4 (patch)
tree3091d19528668f977562d26d7c6e8214f0c97ac7
parent7f64f5b11a37623f7aee3525d1272c639a268efe (diff)
downloadopenwrt-294301c0878f52c0edaf1220e555c4c95cc9b6a4.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 0101820ecd..73cc977985 100644
--- a/target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts
+++ b/target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts
@@ -14,6 +14,7 @@
phy4: ethernet-phy@4 {
phy-mode = "rgmii";
reg = <4>;
+ max-speed = <100>;
};
};