On Mon, Mar 30, 2020 at 07:01:36PM +0300, Codrin Ciubotariu wrote: > Some ethernet controllers, such as cadence's macb, have an embedded MDIO. > For this reason, the ethernet PHY nodes are not under an MDIO bus, but > directly under the ethernet node. Hi Codrin That is deprecated. It causes all sorts of problems putting PHY nodes in the MAC without a container. Please fix macb to look for an mdio node, and place your fixed link inside it. Andrew