On Tue, 11 Mar 2025 19:02:15 +0100, Andreas Kemnade wrote: > Convert the TI clkctrl clock device tree binding to json-schema. > Specify the creator of the original binding as a maintainer. > > reg property is used mostly with one item, in am3xxx also with > an arbitrary number of items, so divert from the original binding > specifying two (probably meaning one address and one size). > The consumer part of the example is left out because the full consumer > node would be needed. > > Signed-off-by: Andreas Kemnade <andreas@xxxxxxxxxxxx> > --- > Changes in V2: > - additional maintainer > - remove txt binding > - dual licensing > > .../devicetree/bindings/clock/ti,clkctrl.yaml | 65 +++++++++++++++++++ > .../devicetree/bindings/clock/ti-clkctrl.txt | 63 ------------------ > 2 files changed, 65 insertions(+), 63 deletions(-) > create mode 100644 Documentation/devicetree/bindings/clock/ti,clkctrl.yaml > delete mode 100644 Documentation/devicetree/bindings/clock/ti-clkctrl.txt > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>