Re: [PATCH v4 3/3] dt-bindings: clk: versaclock5: convert to yaml
From: Rob Herring <robh@kernel.org>
Date: 2020-07-23 17:29:35
Also in:
linux-clk, lkml
From: Rob Herring <robh@kernel.org>
Date: 2020-07-23 17:29:35
Also in:
linux-clk, lkml
On Thu, 23 Jul 2020 09:41:12 +0200, Luca Ceresoli wrote:
Convert to yaml the VersaClock bindings document. The mapping between clock specifier and physical pins cannot be described formally in yaml schema, then keep it verbatim in the description field. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> --- Changes in v4: none. Changes in v3: - schema syntax fixes: use enum to constrain reg, don't use defines as enums, drop type for standard unit suffix, fix syntax for clock-names property (all suggested by Rob Herring) --- .../bindings/clock/idt,versaclock5.txt | 125 -------------- .../bindings/clock/idt,versaclock5.yaml | 154 ++++++++++++++++++ MAINTAINERS | 1 + 3 files changed, 155 insertions(+), 125 deletions(-) delete mode 100644 Documentation/devicetree/bindings/clock/idt,versaclock5.txt create mode 100644 Documentation/devicetree/bindings/clock/idt,versaclock5.yaml
Reviewed-by: Rob Herring <robh@kernel.org>