From: Markus Stockhausen Date: Sun, 1 Mar 2026 11:24:51 +0000 (+0100) Subject: realtek: dts: add Netgear GS110TPP serdes for port 9/10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4eee4c29ea0d792f0031df920fb1d92ffa9d9bc7;p=thirdparty%2Fopenwrt.git realtek: dts: add Netgear GS110TPP serdes for port 9/10 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 Link: https://github.com/openwrt/openwrt/pull/22232 Signed-off-by: Robert Marko --- diff --git a/target/linux/realtek/dts/rtl8380_netgear_gs110tpp-v1.dts b/target/linux/realtek/dts/rtl8380_netgear_gs110tpp-v1.dts index 537c98da53d..077271b2c8a 100644 --- a/target/linux/realtek/dts/rtl8380_netgear_gs110tpp-v1.dts +++ b/target/linux/realtek/dts/rtl8380_netgear_gs110tpp-v1.dts @@ -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) }; };