On Tue, 13 Oct 2020 17:34:20 +0300, Alexandru Ardelean wrote: > This change converts the old binding for the AXI clkgen driver to a yaml > format. > > As maintainers, added: > - Lars-Peter Clausen <lars@xxxxxxxxxx> - as original author of driver & > binding > - Michael Hennerich <michael.hennerich@xxxxxxxxxx> - as supporter of > Analog Devices drivers > > Acked-by: Michael Hennerich <michael.hennerich@xxxxxxxxxx> > Acked-by: Lars-Peter Clausen <lars@xxxxxxxxxx> > Signed-off-by: Alexandru Ardelean <alexandru.ardelean@xxxxxxxxxx> > --- > > Changelog v1 -> v2: > * add 'additionalProperties: false' > * changed 'clock@...' -> 'clock-controller@...' in example > * added Acked-by for Michael & Lars on the re-licensing > * updated description for 'clocks' property > > .../bindings/clock/adi,axi-clkgen.yaml | 53 +++++++++++++++++++ > .../devicetree/bindings/clock/axi-clkgen.txt | 25 --------- > 2 files changed, 53 insertions(+), 25 deletions(-) > create mode 100644 Documentation/devicetree/bindings/clock/adi,axi-clkgen.yaml > delete mode 100644 Documentation/devicetree/bindings/clock/axi-clkgen.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>