On Sun, 05 Jan 2025 18:08:53 +0100, Andreas Kemnade wrote: > Convert the OMAP gate clock device tree binding to json-schema. > Specify the creator of the original binding as a maintainer. > Choose GPL-only license because original binding was also GPL. > Clean up the examples during conversion to meet modern standards and > remove examples with no additional value. > Due to usage in code and existing devicetree binding, add the > ti,set-rate-parent property. > > Signed-off-by: Andreas Kemnade <andreas@xxxxxxxxxxxx> > --- > .../devicetree/bindings/clock/ti/gate.txt | 105 --------------- > .../bindings/clock/ti/ti,gate-clock.yaml | 125 ++++++++++++++++++ > 2 files changed, 125 insertions(+), 105 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/clock/ti/gate.txt > create mode 100644 Documentation/devicetree/bindings/clock/ti/ti,gate-clock.yaml > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>