projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b955387
)
ARM: dts: vf610-zii-dev-rev-c: Configure fiber port to 1000BaseX
author
Chris Healy
<cphealy@gmail.com>
Wed, 8 Jul 2020 23:25:01 +0000
(16:25 -0700)
committer
Shawn Guo
<shawnguo@kernel.org>
Mon, 13 Jul 2020 11:48:53 +0000
(19:48 +0800)
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>
arch/arm/boot/dts/vf610-zii-dev-rev-c.dts
patch
|
blob
|
history
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 778e02c000d1638764280dccfa50638b0abc3537..de79dcfd32e626cd269f637e2ec9343ca858537f 100644
(file)
--- 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>;
};