ARM: dts: vf610-zii-dev-rev-b: specify phy-mode for external PHYs
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Tue, 26 Oct 2021 09:34:23 +0000 (10:34 +0100)
committerShawn Guo <shawnguo@kernel.org>
Sun, 21 Nov 2021 08:23:55 +0000 (16:23 +0800)
Specify the phy-mode for the external PHYs on the third switch on the
ZII development rev B board so phylink and phylib knows what mode these
interfaces are configured for.

Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/vf610-zii-dev-rev-b.dts

index 80698e98dafe118339d542763e968da08c11e67c..1f9686c33a84547d5bf420d8806ec2401c5ed6d7 100644 (file)
                                                reg = <0>;
                                                label = "lan6";
                                                phy-handle = <&switch2phy0>;
+                                               phy-mode = "sgmii";
                                        };
 
                                        port@1 {
                                                reg = <1>;
                                                label = "lan7";
                                                phy-handle = <&switch2phy1>;
+                                               phy-mode = "sgmii";
                                        };
 
                                        port@2 {