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@xxxxxxxxxxxxxxxx> > > --- > > 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@xxxxxxxxxx>