Re: [PATCH v7] dt-bindings: net: Convert socfpga-dwmac bindings to yaml
From: "Rob Herring (Arm)" <robh@kernel.org>
Date: 2025-07-02 16:53:56
Also in:
linux-arm-kernel, linux-devicetree, lkml
On Mon, 30 Jun 2025 14:37:48 -0700, Matthew Gerlach wrote:
Convert the bindings for socfpga-dwmac to yaml. Since the original text contained descriptions for two separate nodes, two separate yaml files were created. Signed-off-by: Mun Yew Tham <redacted> Signed-off-by: Matthew Gerlach <matthew.gerlach@altera.com> Reviewed-by: Maxime Chevallier <maxime.chevallier@bootlin.com> --- v7: - Add compatible definition for Arria10. - Update iommus to maxItems: 2. v6: - Fix reference to altr,gmii-to-sgmii-2.0.yaml in MAINTAINERS. - Add Reviewed-by: v5: - Fix dt_binding_check error: comptabile. - Rename altr,gmii-to-sgmii.yaml to altr,gmii-to-sgmii-2.0.yaml v4: - Change filename from socfpga,dwmac.yaml to altr,socfpga-stmmac.yaml. - Updated compatible in select properties and main properties. - Fixed clocks so stmmaceth clock is required. - Added binding for altr,gmii-to-sgmii. - Update MAINTAINERS. v3: - Add missing supported phy-modes. v2: - Add compatible to required. - Add descriptions for clocks. - Add clock-names. - Clean up items: in altr,sysmgr-syscon. - Change "additionalProperties: true" to "unevaluatedProperties: false". - Add properties needed for "unevaluatedProperties: false". - Fix indentation in examples. - Drop gmac0: label in examples. - Exclude support for Arria10 that is not validating. --- .../bindings/net/altr,gmii-to-sgmii-2.0.yaml | 49 ++++++ .../bindings/net/altr,socfpga-stmmac.yaml | 166 ++++++++++++++++++ .../devicetree/bindings/net/socfpga-dwmac.txt | 57 ------ MAINTAINERS | 7 +- 4 files changed, 221 insertions(+), 58 deletions(-) create mode 100644 Documentation/devicetree/bindings/net/altr,gmii-to-sgmii-2.0.yaml create mode 100644 Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml delete mode 100644 Documentation/devicetree/bindings/net/socfpga-dwmac.txt
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>