mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-02 20:16:59 +00:00
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 d406777fb1
)
This commit is contained in:
parent
b5c728948c
commit
58c9308400
@ -13,6 +13,7 @@
|
|||||||
phy4: ethernet-phy@4 {
|
phy4: ethernet-phy@4 {
|
||||||
phy-mode = "rgmii";
|
phy-mode = "rgmii";
|
||||||
reg = <4>;
|
reg = <4>;
|
||||||
|
max-speed = <100>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user