realtek: hpe_1920-8g: add phy-handle for SFP ports
authorJan Hoffmann <jan@3e8.eu>
Sat, 11 Mar 2023 20:34:25 +0000 (21:34 +0100)
committerSander Vanheule <sander@svanheule.net>
Sun, 30 Apr 2023 19:59:26 +0000 (21:59 +0200)
The switch driver actually expects every port to have a PHY handle, and
several branches in the code determine if a port is valid by checking
for a non-zero phy field.

Signed-off-by: Jan Hoffmann <jan@3e8.eu>
target/linux/realtek/dts-5.10/rtl8380_hpe_1920-8g.dts
target/linux/realtek/dts-5.15/rtl8380_hpe_1920-8g.dts

index b51c75f355244d6f32fc6199137e85ddd3acc24d..6ddb2d8dcc6026612c074b521707edd3beefa8c2 100644 (file)
@@ -87,6 +87,7 @@
                port@24 {
                        reg = <24>;
                        label = "lan9";
+                       phy-handle = <&phy24>;
                        phy-mode = "1000base-x";
                        managed = "in-band-status";
                        sfp = <&sfp0>;
@@ -95,6 +96,7 @@
                port@26 {
                        reg = <26>;
                        label = "lan10";
+                       phy-handle = <&phy26>;
                        phy-mode = "1000base-x";
                        managed = "in-band-status";
                        sfp = <&sfp1>;
index b51c75f355244d6f32fc6199137e85ddd3acc24d..6ddb2d8dcc6026612c074b521707edd3beefa8c2 100644 (file)
@@ -87,6 +87,7 @@
                port@24 {
                        reg = <24>;
                        label = "lan9";
+                       phy-handle = <&phy24>;
                        phy-mode = "1000base-x";
                        managed = "in-band-status";
                        sfp = <&sfp0>;
@@ -95,6 +96,7 @@
                port@26 {
                        reg = <26>;
                        label = "lan10";
+                       phy-handle = <&phy26>;
                        phy-mode = "1000base-x";
                        managed = "in-band-status";
                        sfp = <&sfp1>;