Re: [PATCH 1/3] ARM: dts: NSP: Enable SFP on bcm958625hr
From: Andrew Lunn
Date: Mon Aug 27 2018 - 16:35:12 EST
> @@ -210,6 +228,17 @@
> reg = <4>;
> };
>
> + port@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