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

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
...@@ -211,12 +211,14 @@ port@0 { ...@@ -211,12 +211,14 @@ port@0 {
reg = <0>; reg = <0>;
label = "lan6"; label = "lan6";
phy-handle = <&switch2phy0>; phy-handle = <&switch2phy0>;
phy-mode = "sgmii";
}; };
port@1 { port@1 {
reg = <1>; reg = <1>;
label = "lan7"; label = "lan7";
phy-handle = <&switch2phy1>; phy-handle = <&switch2phy1>;
phy-mode = "sgmii";
}; };
port@2 { port@2 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment