Re: [PATCH v2 1/3] dt-bindings: net: Convert fsl,gianfar-{mdio,tbi} to YAML
From: "Rob Herring (Arm)" <robh@kernel.org>
Date: 2025-02-28 22:03:00
Also in:
linux-devicetree, lkml
From: "Rob Herring (Arm)" <robh@kernel.org>
Date: 2025-02-28 22:03:00
Also in:
linux-devicetree, lkml
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 <redacted> --- 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@kernel.org>