Re: [net-next 1/5] net: mdio: fwnode: add fwnode_mdiobus_register()
From: Andrew Lunn
Date: Mon Mar 28 2022 - 10:12:48 EST
> With this series, fwnode_mdiobus_register() supports exactly the same
> subset that is supported by of_mdiobus_register().
I need to see the side-by-side conversion. But it looked to me you did
not support everything in DT.
And another question is, should it support everything in DT. The DT
binding has things which are deprecated. We have to support them in
DT, they are ABI. But anything new should not be using them.
Andrew