Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Chris Healy and committed by
Shawn Guo
bcf9d467 b9553876

+1 -1
+1 -1
arch/arm/boot/dts/vf610-zii-dev-rev-c.dts
··· 164 164 port@9 { 165 165 reg = <9>; 166 166 label = "sff2"; 167 - phy-mode = "sgmii"; 167 + phy-mode = "1000base-x"; 168 168 managed = "in-band-status"; 169 169 sfp = <&sff2>; 170 170 };