Some DTS files have a qsgmii link mode for the CPU port. This does
not harm but it is wrong. The CPU port of the realtek switch is always
directly connected to the switch by some unknown wiring and should
therefore be described as internal. Align the wrongly defined DTS
files to the standard.
Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/18691
Signed-off-by: Robert Marko <robimarko@gmail.com>
port@52 {
ethernet = <ðernet0>;
reg = <52>;
- phy-mode = "qsgmii";
+ phy-mode = "internal";
fixed-link {
speed = <1000>;
full-duplex;
port@52 {
ethernet = <ðernet0>;
reg = <52>;
- phy-mode = "qsgmii";
+ phy-mode = "internal";
fixed-link {
speed = <1000>;
full-duplex;
port@52 {
ethernet = <ðernet0>;
reg = <52>;
- phy-mode = "qsgmii";
+ phy-mode = "internal";
fixed-link {
speed = <1000>;
full-duplex;