On Tue, Mar 30, 2021 at 11:00:52AM -0300, Fabio Estevam wrote: > Hi Oleksij, > > On Tue, Mar 9, 2021 at 8:26 AM Oleksij Rempel <o.rem...@pengutronix.de> wrote: > > > > changes v2: > > - rebase against latest kernel > > - fix networking on RIoTBoard > > > > This patch series tries to remove most of the imx6 and imx7 board > > specific PHY configuration via fixup, as this breaks the PHYs when > > connected to switch chips or USB Ethernet MACs. > > > > Each patch has the possibility to break boards, but contains a > > recommendation to fix the problem in a more portable and future-proof > > way. > > I think this series moves us in the right direction, even with the > possibility to break old dtb's. > > Reviewed-by: Fabio Estevam <feste...@gmail.com> > > Andrew, what do you think?
Hi Fabio I think it should be merged, and we fixup anything which does break. We are probably at the point where more is broken by not merging it than merging it. Andrew