On Mon, 11 Mar 2024 15:11:05 +0100, Niklas Söderlund wrote: > The Renesas Ethernet AVB bindings do not allow the MDIO bus to be > described. This has not been needed as only a single PHY is > supported and no MDIO bus properties have been needed. > > Add an optional mdio node to the binding which allows the MDIO bus to be > described and allow bus properties to be set. > > Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@xxxxxxxxxxxx> > Reviewed-by: Sergey Shtylyov <s.shtylyov@xxxxxx> > --- > * Changes since v2 > - Mark the PHY pattern as deprecated and add a comment that new bindings > should describe the PHY inside the MDIO node. > --- > .../devicetree/bindings/net/renesas,etheravb.yaml | 8 ++++++++ > 1 file changed, 8 insertions(+) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>