[PATCH 0/3] net: Convert Gianfar (Triple Speed Ethernet Controller) bindings to YAML
From: J. Neuschäfer via B4 Relay
Date: Thu Feb 20 2025 - 12:39:38 EST
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.
Known issues that require a solution:
- fsl,gianfar-mdio.yaml (MDIO bus) and fsl,gianfar.yaml (Ethernet
controller) both specify "gianfar" as a possible compatible string. If
compatible = "gianfar" is used, the device_type property determines
whether the node is an MDIO controller or an Ethernet controller.
This confuses the DT schema validation tools:
Warning: Duplicate compatible "gianfar" found in schemas matching "$id":
http://devicetree.org/schemas/net/fsl,gianfar-mdio.yaml#
http://devicetree.org/schemas/net/fsl,gianfar.yaml#
Signed-off-by: J. Neuschäfer <j.ne@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 | 93 ++++++++
.../devicetree/bindings/net/fsl,gianfar.yaml | 242 +++++++++++++++++++++
.../devicetree/bindings/net/fsl-tsec-phy.txt | 80 +------
3 files changed, 338 insertions(+), 77 deletions(-)
---
base-commit: 2014c95afecee3e76ca4a56956a936e23283f05b
change-id: 20250209-gianfar-yaml-a654263b7534
Best regards,
--
J. Neuschäfer <j.ne@xxxxxxxxxx>