On Fri, 18 Oct 2024 10:53:47 +0200, Andreas Kemnade wrote: > Convert the OMAP divider clock device tree binding to json-schema. > Specify the creator of the original binding as a maintainer. > > Signed-off-by: Andreas Kemnade <andreas@xxxxxxxxxxxx> > --- > .../bindings/clock/ti/composite.txt | 2 +- > .../devicetree/bindings/clock/ti/divider.txt | 115 ----------- > .../bindings/clock/ti/ti,divider-clock.yaml | 193 ++++++++++++++++++ > 3 files changed, 194 insertions(+), 116 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/clock/ti/divider.txt > create mode 100644 Documentation/devicetree/bindings/clock/ti/ti,divider-clock.yaml > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>