On 28/11/2019 10:55, Oliver Graute wrote: > On 28/11/19, Marc Gonzalez wrote: > >> On 29/10/2019 13:23, Oliver Graute wrote: >> >>> +&fec1 { >>> + pinctrl-names = "default"; >>> + pinctrl-0 = <&pinctrl_fec1>; >>> + phy-mode = "rgmii"; >>> + phy-handle = <ðphy0>; >>> + fsl,magic-packet; >>> + fsl,rgmii_txc_dly; >>> + fsl,rgmii_rxc_dly; >>> + status = "okay"; >> >> The two fsl,rgmii* properties do not exist in mainline. >> I suppose there were copied from downstream? > > you are right, I'll remove them. You should first check what the downstream driver does for them. And check if there is an equivalent action in mainline. These delays tend to be required for the PHY to work at all. Regards.