Re: [U-Boot] [PATCH v2] imx: wandboard: convert FEC support to DM_ETH

2019-09-23 Thread Anatolij Gustschin
Hi Fabio, On Fri, 20 Sep 2019 19:18:45 -0300 Fabio Estevam feste...@gmail.com wrote: ... > Could you also submit the dts change to the kernel? I've sent a patch to arm kernel ML. > This way we avoid getting the U-Boot and kernel dts out of sync. Agreed. -- Anatolij

Re: [U-Boot] [PATCH v2] imx: wandboard: convert FEC support to DM_ETH

2019-09-20 Thread Fabio Estevam
Hi Anatolij, On Fri, Sep 20, 2019 at 5:49 PM Anatolij Gustschin wrote: > + mdio { > + #address-cells = <1>; > + #size-cells = <0>; > + > + ethphy: ethernet-phy@1 { > + reg = <1>; > + }; > + }; Could you