Re: [PATCH v2 2/2] net: ftgmac100: add handling of mdio/phy nodes for ast2400/2500
From: Andrew Lunn <andrew@lunn.ch>
Date: 2020-10-27 18:24:09
Also in:
lkml, openbmc
From: Andrew Lunn <andrew@lunn.ch>
Date: 2020-10-27 18:24:09
Also in:
lkml, openbmc
On Tue, Oct 27, 2020 at 05:49:24PM +0300, Ivan Mikhaylov wrote:
phy-handle can't be handled well for ast2400/2500 which has an embedded MDIO controller. Add ftgmac100_mdio_setup for ast2400/2500 and initialize PHYs from mdio child node with of_mdiobus_register. Signed-off-by: Ivan Mikhaylov <redacted>
Please also update the binding documentation to indicate an MDIO node
can be used.
Andrew