On Sat, Mar 30, 2024 at 6:36 PM Fabio Estevam <feste...@gmail.com> wrote: > > From: Josua Mayer <jo...@solid-run.com> > > The i.MX6 Cubox-i and HummingBoards can have different PHYs at varying > addresses. U-Boot needs to auto-detect which phy is actually present, > and at which address it is responding. > > Auto-detection from multiple phy nodes specified in device-tree does not > currently work correct. As a work-around merge all three possible phys > into one node with the special address 0xffffffff which indicates to the > generic phy driver to probe all addresses. > > Signed-off-by: Josua Mayer <jo...@solid-run.com> > [fabio: Added the changes to imx6qdl-sr-som-u-boot.dtsi.] > Signed-off-by: Fabio Estevam <feste...@gmail.com> > Tested-by: Christian Gmeiner <cgmei...@igalia.com>
Applied, thanks.