On Fri, 28 Feb 2025 18:32:50 +0100, J. Neuschäfer wrote: > Move the information related to the Freescale Gianfar (TSEC) MDIO bus > and the Ten-Bit Interface (TBI) from fsl-tsec-phy.txt to a new binding > file in YAML format, fsl,gianfar-mdio.yaml. > > Signed-off-by: J. Neuschäfer <j.ne@xxxxxxxxxx> > --- > > V2: > - remove definitions of #address/size-cells (already in mdio.yaml) > - disambiguate compatible = "gianfar" schemas by using a "select:" schema > --- > .../devicetree/bindings/net/fsl,gianfar-mdio.yaml | 113 +++++++++++++++++++++ > .../devicetree/bindings/net/fsl-tsec-phy.txt | 41 +------- > 2 files changed, 115 insertions(+), 39 deletions(-) > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>