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:
parent
81e46d2a23
commit
1308b4fb1c
3 changed files with 3 additions and 3 deletions
|
@ -153,7 +153,7 @@
|
||||||
port@52 {
|
port@52 {
|
||||||
ethernet = <ðernet0>;
|
ethernet = <ðernet0>;
|
||||||
reg = <52>;
|
reg = <52>;
|
||||||
phy-mode = "qsgmii";
|
phy-mode = "internal";
|
||||||
fixed-link {
|
fixed-link {
|
||||||
speed = <1000>;
|
speed = <1000>;
|
||||||
full-duplex;
|
full-duplex;
|
||||||
|
|
|
@ -243,7 +243,7 @@
|
||||||
port@52 {
|
port@52 {
|
||||||
ethernet = <ðernet0>;
|
ethernet = <ðernet0>;
|
||||||
reg = <52>;
|
reg = <52>;
|
||||||
phy-mode = "qsgmii";
|
phy-mode = "internal";
|
||||||
fixed-link {
|
fixed-link {
|
||||||
speed = <1000>;
|
speed = <1000>;
|
||||||
full-duplex;
|
full-duplex;
|
||||||
|
|
|
@ -313,7 +313,7 @@
|
||||||
port@52 {
|
port@52 {
|
||||||
ethernet = <ðernet0>;
|
ethernet = <ðernet0>;
|
||||||
reg = <52>;
|
reg = <52>;
|
||||||
phy-mode = "qsgmii";
|
phy-mode = "internal";
|
||||||
fixed-link {
|
fixed-link {
|
||||||
speed = <1000>;
|
speed = <1000>;
|
||||||
full-duplex;
|
full-duplex;
|
||||||
|
|
Loading…
Reference in a new issue