The aim of this series is to modernize the device tree bindings for the Freescale "Gianfar" ethernet controller (a.k.a. TSEC, Triple Speed Ethernet Controller) by converting them to YAML. Signed-off-by: J. Neuschäfer <j.ne@xxxxxxxxxx> --- Changes in v2: - various cleanups suggested by reviewers - use a 'select:' schema to disambiguate compatible = "gianfar" between network controller and MDIO nodes - Link to v1: https://lore.kernel.org/r/20250220-gianfar-yaml-v1-0-0ba97fd1ef92@xxxxxxxxxx --- J. Neuschäfer (3): dt-bindings: net: Convert fsl,gianfar-{mdio,tbi} to YAML dt-bindings: net: fsl,gianfar-mdio: Update information about TBI dt-bindings: net: Convert fsl,gianfar to YAML .../devicetree/bindings/net/fsl,gianfar-mdio.yaml | 112 ++++++++++ .../devicetree/bindings/net/fsl,gianfar.yaml | 248 +++++++++++++++++++++ .../devicetree/bindings/net/fsl-tsec-phy.txt | 80 +------ 3 files changed, 363 insertions(+), 77 deletions(-) --- base-commit: 2014c95afecee3e76ca4a56956a936e23283f05b change-id: 20250209-gianfar-yaml-a654263b7534 Best regards, -- J. Neuschäfer <j.ne@xxxxxxxxxx>