]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
realtek: dts: add Netgear GS110TPP serdes for port 9/10 22232/head
authorMarkus Stockhausen <markus.stockhausen@gmx.de>
Sun, 1 Mar 2026 11:24:51 +0000 (12:24 +0100)
committerRobert Marko <robimarko@gmail.com>
Tue, 24 Mar 2026 21:00:55 +0000 (22:00 +0100)
The Netgear GS110TPP uses an RTL8214C to drive ports 9 and 10. The
DTS is missing the corresponding serdes assignment. From looking at
[1] it seems to be connected to pins 82-85 (serdes 2). Add that
definition. With that the last improper use of SWITCH_PORT() macro
is sorted out.

Remark: I do not own this device. The patch just resembles what
the picture [1] shows.

[1] https://svanheule.net/switches/_media/wiki/gs110tpp-top.jpg

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/22232
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/realtek/dts/rtl8380_netgear_gs110tpp-v1.dts

index 537c98da53dc9c4604a5974c1075b24c4bf36a8c..077271b2c8aaaf1761f62b4bf284985582e6c981 100644 (file)
@@ -61,7 +61,7 @@
 
 &switch0 {
        ethernet-ports {
-               SWITCH_PORT(16, 9, qsgmii)
-               SWITCH_PORT(17, 10, qsgmii)
+               SWITCH_PORT_SDS(16, 9, 2, qsgmii)
+               SWITCH_PORT_SDS(17, 10, 2, qsgmii)
        };
 };