Skip to content

Commit

Permalink
ARM: dts: vf610-zii-dev-rev-b: specify phy-mode for external PHYs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Russell King (Oracle) authored and Shawn Guo committed Nov 21, 2021
1 parent f9d3b80 commit 52c6126
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/vf610-zii-dev-rev-b.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 52c6126

Please sign in to comment.