On Tue, 21 Jul 2020 20:13:11 +0300, Codrin Ciubotariu wrote: > The MACB driver embeds an MDIO bus controller and for this reason there > was no need for an MDIO sub-node present to contain the PHY nodes. Adding > MDIO devies directly under an Ethernet node is deprecated, so an MDIO node > is included to contain of the PHY nodes (and other MDIO devices' nodes). > > Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@xxxxxxxxxxxxx> > --- > > Changes in v2: > - patch renamed from "macb: bindings doc: use an MDIO node as a > container for PHY nodes" to "dt-bindings: net: macb: use an MDIO > node as a container for PHY nodes" > > Documentation/devicetree/bindings/net/macb.txt | 15 ++++++++++++--- > 1 file changed, 12 insertions(+), 3 deletions(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>