realtek: dts: cleanup of ethernet link speed

Realtek switches have a very simple network adapter for the SOC.
They can ship packets via DMA without further offloading features.
Even on the RTL931x devices they can barely reach 50MB/s. In the
dts there is a mix of 1G/10G definitions. To be consistent and
better reflect the performance set the link speed to 1000.
This is only cosmetic.

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/22639
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Markus Stockhausen 2026-03-28 08:43:34 +01:00 committed by Hauke Mehrtens
parent ac1d494d58
commit c1804cbc71
13 changed files with 13 additions and 13 deletions

View File

@ -240,7 +240,7 @@
ethernet = <&ethernet0>;
phy-mode = "internal";
fixed-link {
speed = <10000>;
speed = <1000>;
full-duplex;
};
};

View File

@ -359,7 +359,7 @@
ethernet = <&ethernet0>;
phy-mode = "internal";
fixed-link {
speed = <10000>;
speed = <1000>;
full-duplex;
};
};

View File

@ -365,7 +365,7 @@
reg = <28>;
phy-mode = "internal";
fixed-link {
speed = <10000>;
speed = <1000>;
full-duplex;
};
};

View File

@ -182,7 +182,7 @@
reg = <28>;
phy-mode = "internal";
fixed-link {
speed = <10000>;
speed = <1000>;
full-duplex;
};
};

View File

@ -254,7 +254,7 @@
phy-mode = "internal";
fixed-link {
speed = <10000>;
speed = <1000>;
full-duplex;
};
};

View File

@ -318,7 +318,7 @@
phy-mode = "internal";
fixed-link {
speed = <10000>;
speed = <1000>;
full-duplex;
};
};

View File

@ -323,7 +323,7 @@
phy-mode = "internal";
fixed-link {
speed = <10000>;
speed = <1000>;
full-duplex;
};
};

View File

@ -312,7 +312,7 @@
phy-mode = "internal";
fixed-link {
speed = <10000>;
speed = <1000>;
full-duplex;
};
};

View File

@ -197,7 +197,7 @@
reg = <28>;
phy-mode = "internal";
fixed-link {
speed = <10000>;
speed = <1000>;
full-duplex;
};
};

View File

@ -342,7 +342,7 @@
phy-mode = "internal";
fixed-link {
speed = <10000>;
speed = <1000>;
full-duplex;
};
};

View File

@ -349,7 +349,7 @@
phy-mode = "internal";
fixed-link {
speed = <10000>;
speed = <1000>;
full-duplex;
};
};

View File

@ -374,7 +374,7 @@
reg = <56>;
phy-mode = "internal";
fixed-link {
speed = <10000>;
speed = <1000>;
full-duplex;
};
};

View File

@ -480,7 +480,7 @@
reg = <56>;
phy-mode = "internal";
fixed-link {
speed = <10000>;
speed = <1000>;
full-duplex;
};
};