realtek: Netgear GS110TPP v1: add lan9 and lan10
authorSander Vanheule <sander@svanheule.net>
Sat, 13 Aug 2022 16:49:47 +0000 (18:49 +0200)
committerSander Vanheule <sander@svanheule.net>
Sat, 13 Aug 2022 17:15:46 +0000 (19:15 +0200)
The original commit for the GS110TP was missing ports 9 and 10. These
are provided by an external RTL8214C phy, for which no support was
available at the time. Now that this phy is supported, add the missing
entries to enable all device ports.

Signed-off-by: Sander Vanheule <sander@svanheule.net>
target/linux/realtek/dts-5.10/rtl8380_netgear_gs110tpp-v1.dts

index 1ff209cee363b9f058f720629ace7f5c141bdf8b..b61af62ea5361eee38ad8aefe9ddf998e33ebf36 100644 (file)
 &uart1 {
        status = "okay";
 };
+
+&mdio {
+       EXTERNAL_PHY(16)
+       EXTERNAL_PHY(17)
+};
+
+&switch0 {
+       ports {
+               SWITCH_PORT(16, 9, qsgmii)
+               SWITCH_PORT(17, 10, qsgmii)
+       };
+};