Re: [PATCH v2 1/3] dt-bindings: net: Convert fsl,gianfar-{mdio,tbi} to YAML
From: Rob Herring (Arm)
Date: Fri Feb 28 2025 - 17:03:13 EST
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>