Skip to content

Commit

Permalink
ath79: ubnt-bullet-m-xw: set PHY max-speed to 100Mbps
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Leo-PL authored and blocktrron committed Jan 25, 2024
1 parent 7ed1cca commit 9f4708f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
phy4: ethernet-phy@4 {
phy-mode = "rgmii";
reg = <4>;
max-speed = <100>;
};
};

Expand Down

0 comments on commit 9f4708f

Please sign in to comment.