[PATCH 1/3] ARM: dts: NSP: Enable SFP on bcm958625hr
From: andrew@lunn.ch (Andrew Lunn)
Date: 2018-08-27 20:35:12
Also in:
linux-devicetree, lkml
From: andrew@lunn.ch (Andrew Lunn)
Date: 2018-08-27 20:35:12
Also in:
linux-devicetree, lkml
@@ -210,6 +228,17 @@ reg = <4>; }; + port at 5 { + label = "sfp"; + phy-mode = "sgmii"; + reg = <5>; + sfp = <&sfp>; + fixed-link { + speed = <1000>; + full-duplex; + };
Hi Florian
You might want to add a comment about why you are using fixed-link and
sgmii, which seems very odd. Is it even correct?
Andrew