diff options
author | Chris Healy <cphealy@gmail.com> | 2020-07-09 01:25:01 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-07-13 13:48:53 +0200 |
commit | bcf9d4672916a84f2856572fad3e3b76e426147d (patch) | |
tree | ced73087cf34ecb56cbf5dcb533628699e7ff8c2 | |
parent | ARM: dts: ZII: update MDIO speed and preamble (diff) | |
download | linux-bcf9d4672916a84f2856572fad3e3b76e426147d.tar.xz linux-bcf9d4672916a84f2856572fad3e3b76e426147d.zip |
ARM: dts: vf610-zii-dev-rev-c: Configure fiber port to 1000BaseX
The SFF soldered onto the board expects the port to use 1000BaseX. It
makes no sense to have the port set to SGMII, since it doesn't even
support that mode.
Signed-off-by: Chris Healy <cphealy@gmail.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/vf610-zii-dev-rev-c.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/vf610-zii-dev-rev-c.dts b/arch/arm/boot/dts/vf610-zii-dev-rev-c.dts index 778e02c000d1..de79dcfd32e6 100644 --- a/arch/arm/boot/dts/vf610-zii-dev-rev-c.dts +++ b/arch/arm/boot/dts/vf610-zii-dev-rev-c.dts @@ -164,7 +164,7 @@ port@9 { reg = <9>; label = "sff2"; - phy-mode = "sgmii"; + phy-mode = "1000base-x"; managed = "in-band-status"; sfp = <&sff2>; }; |