Re: [PATCH v3] dt-bindings: clock: socfpga: convert to yaml
From: Rob Herring (Arm)
Date: Fri May 09 2025 - 14:11:38 EST
On Thu, 24 Apr 2025 07:43:41 -0700, Matthew Gerlach wrote:
> Convert the clock device tree bindings to yaml for the Altera SoCFPGA
> Cyclone5, Arria5, and Arria10 chip families. Since the clock nodes are
> subnodes to Altera SOCFPGA Clock Manager, the yaml was added to
> socfpga-clk-manager.yaml.
>
> Signed-off-by: Matthew Gerlach <matthew.gerlach@xxxxxxxxxx>
> ---
> v3:
> - Add a properties level to $defs to improve reuse.
>
> v2:
> - Fix node name regexs.
> - Remove redundant type for clocks.
> - Put repeated properties under '$defs'.
> - Move reg property after compatible.
> ---
> .../arm/altera/socfpga-clk-manager.yaml | 102 +++++++++++++++++-
> .../bindings/clock/altr_socfpga.txt | 30 ------
> 2 files changed, 101 insertions(+), 31 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/clock/altr_socfpga.txt
>
Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>