Re: [PATCH] net: mdio: of: Do not treat fixed-link as PHY
From: Andrew Lunn <andrew@lunn.ch>
Date: 2020-03-30 16:17:45
Also in:
linux-devicetree, lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2020-03-30 16:17:45
Also in:
linux-devicetree, lkml
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