[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250220-gianfar-yaml-v1-0-0ba97fd1ef92@posteo.net>
Date: Thu, 20 Feb 2025 18:29:20 +0100
From: J. Neuschäfer via B4 Relay <devnull+j.ne.posteo.net@...nel.org>
To: Andrew Lunn <andrew+netdev@...n.ch>,
"David S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>,
Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Claudiu Manoil <claudiu.manoil@....com>
Cc: netdev@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
J. Neuschäfer <j.ne@...teo.net>
Subject: [PATCH 0/3] net: Convert Gianfar (Triple Speed Ethernet
Controller) bindings to YAML
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@...teo.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 | 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@...teo.net>
Powered by blists - more mailing lists