[PATCH v2 0/3] net: Convert Gianfar (Triple Speed Ethernet Controller) bindings to YAML

J. Neuschäfer via B4 Relay posted 3 patches 9 months, 2 weeks ago
.../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(-)
[PATCH v2 0/3] net: Convert Gianfar (Triple Speed Ethernet Controller) bindings to YAML
Posted by J. Neuschäfer via B4 Relay 9 months, 2 weeks ago
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@posteo.net>
---
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@posteo.net

---
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@posteo.net>