diff options
author | Russell King (Oracle) <rmk+kernel@armlinux.org.uk> | 2021-10-26 12:34:23 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-11-21 11:23:55 +0300 |
commit | 52c612692848bbe6ae2feb31706911641b17afc9 (patch) | |
tree | 4cd5736dad5647f5f8d03b3f49b535fc5c2d796a | |
parent | f9d3b807daa69728e59a5171e8e7b40cfa848383 (diff) | |
download | linux-52c612692848bbe6ae2feb31706911641b17afc9.tar.xz |
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: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/vf610-zii-dev-rev-b.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vf610-zii-dev-rev-b.dts b/arch/arm/boot/dts/vf610-zii-dev-rev-b.dts index 80698e98dafe..1f9686c33a84 100644 --- a/arch/arm/boot/dts/vf610-zii-dev-rev-b.dts +++ b/arch/arm/boot/dts/vf610-zii-dev-rev-b.dts @@ -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 { |