mbox series

[v2,0/2] dt-bindings: clocks: ti: Next round of conversion

Message ID 20250105170854.408875-1-andreas@kemnade.info
Headers show
Series dt-bindings: clocks: ti: Next round of conversion | expand

Message

Andreas Kemnade Jan. 5, 2025, 5:08 p.m. UTC
Convert more TI clock bindings to json-schema.

Changes in v2:
- comment about design pattern
- fix example to use an existing compatible
- some formatting

Andreas Kemnade (2):
  dt-bindings: clock: ti: Convert gate.txt to json-schema
  dt-bindings: clock: ti: Convert composite.txt to json-schema

 .../bindings/clock/ti/composite.txt           |  55 --------
 .../devicetree/bindings/clock/ti/gate.txt     | 105 ---------------
 .../bindings/clock/ti/ti,composite-clock.yaml |  82 ++++++++++++
 .../bindings/clock/ti/ti,gate-clock.yaml      | 125 ++++++++++++++++++
 4 files changed, 207 insertions(+), 160 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/clock/ti/composite.txt
 delete mode 100644 Documentation/devicetree/bindings/clock/ti/gate.txt
 create mode 100644 Documentation/devicetree/bindings/clock/ti/ti,composite-clock.yaml
 create mode 100644 Documentation/devicetree/bindings/clock/ti/ti,gate-clock.yaml

Comments

Rob Herring (Arm) Jan. 6, 2025, 9:17 p.m. UTC | #1
On Sun, 05 Jan 2025 18:08:54 +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.
> 
> Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
> ---
>  .../bindings/clock/ti/composite.txt           | 55 -------------
>  .../bindings/clock/ti/ti,composite-clock.yaml | 82 +++++++++++++++++++
>  2 files changed, 82 insertions(+), 55 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/clock/ti/composite.txt
>  create mode 100644 Documentation/devicetree/bindings/clock/ti/ti,composite-clock.yaml
> 

Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Stephen Boyd Jan. 6, 2025, 11:46 p.m. UTC | #2
Quoting Andreas Kemnade (2025-01-05 09:08:54)
> 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.
> 
> Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
> ---

Applied to clk-next