mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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>
This commit is contained in:
parent
b955387667
commit
bcf9d46729
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@
|
|||
port@9 {
|
||||
reg = <9>;
|
||||
label = "sff2";
|
||||
phy-mode = "sgmii";
|
||||
phy-mode = "1000base-x";
|
||||
managed = "in-band-status";
|
||||
sfp = <&sff2>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue