realtek: fix cpu port link type

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>
This commit is contained in:
Markus Stockhausen 2025-05-03 02:35:41 -04:00 committed by Robert Marko
parent 81e46d2a23
commit 1308b4fb1c
3 changed files with 3 additions and 3 deletions

View file

@ -153,7 +153,7 @@
port@52 { port@52 {
ethernet = <&ethernet0>; ethernet = <&ethernet0>;
reg = <52>; reg = <52>;
phy-mode = "qsgmii"; phy-mode = "internal";
fixed-link { fixed-link {
speed = <1000>; speed = <1000>;
full-duplex; full-duplex;

View file

@ -243,7 +243,7 @@
port@52 { port@52 {
ethernet = <&ethernet0>; ethernet = <&ethernet0>;
reg = <52>; reg = <52>;
phy-mode = "qsgmii"; phy-mode = "internal";
fixed-link { fixed-link {
speed = <1000>; speed = <1000>;
full-duplex; full-duplex;

View file

@ -313,7 +313,7 @@
port@52 { port@52 {
ethernet = <&ethernet0>; ethernet = <&ethernet0>;
reg = <52>; reg = <52>;
phy-mode = "qsgmii"; phy-mode = "internal";
fixed-link { fixed-link {
speed = <1000>; speed = <1000>;
full-duplex; full-duplex;