]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
realtek: fix cpu port link type 18691/head
authorMarkus Stockhausen <markus.stockhausen@gmx.de>
Sat, 3 May 2025 06:35:41 +0000 (02:35 -0400)
committerRobert Marko <robimarko@gmail.com>
Tue, 6 May 2025 08:56:58 +0000 (10:56 +0200)
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>
target/linux/realtek/dts/rtl8393_d-link_dgs-1210-52.dts
target/linux/realtek/dts/rtl8393_netgear_gs750e.dts
target/linux/realtek/dts/rtl8393_zyxel_gs1900-48.dts

index 3ddf56f4f5ca5a3ef698be7736e7c81a95f69940..c380d5e7e37b114648fa46fd29317974aca3dce5 100644 (file)
                port@52 {
                        ethernet = <&ethernet0>;
                        reg = <52>;
-                       phy-mode = "qsgmii";
+                       phy-mode = "internal";
                        fixed-link {
                                speed = <1000>;
                                full-duplex;
index 5a7ed276bf5e52984bda8ccac3ee8f4db02032b5..77f001e1b27382afe3c5e311d4ee302c7c3bec6f 100644 (file)
                port@52 {
                        ethernet = <&ethernet0>;
                        reg = <52>;
-                       phy-mode = "qsgmii";
+                       phy-mode = "internal";
                        fixed-link {
                                speed = <1000>;
                                full-duplex;
index 6bb99b6137f350aa0f789146e3308788a677f34a..e879f652dae24919c21d9f4152250f72854c621c 100644 (file)
                port@52 {
                        ethernet = <&ethernet0>;
                        reg = <52>;
-                       phy-mode = "qsgmii";
+                       phy-mode = "internal";
                        fixed-link {
                                speed = <1000>;
                                full-duplex;