Commit 52c61269 authored by Russell King (Oracle)'s avatar Russell King (Oracle) Committed by Shawn Guo
Browse files

ARM: dts: vf610-zii-dev-rev-b: specify phy-mode for external PHYs



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: default avatarRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent f9d3b807
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -211,12 +211,14 @@
						reg = <0>;
						label = "lan6";
						phy-handle = <&switch2phy0>;
						phy-mode = "sgmii";
					};

					port@1 {
						reg = <1>;
						label = "lan7";
						phy-handle = <&switch2phy1>;
						phy-mode = "sgmii";
					};

					port@2 {