[PATCH 0/4] dt-bindings: clock: ti: convert to yaml

Sukrut Bellary posted 4 patches 10 months, 1 week ago
There is a newer version of this series
.../devicetree/bindings/clock/ti/autoidle.txt | 37 ---------
.../bindings/clock/ti/clockdomain.txt         | 25 ------
.../bindings/clock/ti/fixed-factor-clock.txt  | 42 ----------
.../bindings/clock/ti/ti,autoidle.yaml        | 49 ++++++++++++
.../bindings/clock/ti/ti,clockdomain.yaml     | 38 +++++++++
.../bindings/clock/ti/ti,divider-clock.yaml   | 24 ++----
.../clock/ti/ti,fixed-factor-clock.yaml       | 77 +++++++++++++++++++
7 files changed, 169 insertions(+), 123 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/clock/ti/autoidle.txt
delete mode 100644 Documentation/devicetree/bindings/clock/ti/clockdomain.txt
delete mode 100644 Documentation/devicetree/bindings/clock/ti/fixed-factor-clock.txt
create mode 100644 Documentation/devicetree/bindings/clock/ti/ti,autoidle.yaml
create mode 100644 Documentation/devicetree/bindings/clock/ti/ti,clockdomain.yaml
create mode 100644 Documentation/devicetree/bindings/clock/ti/ti,fixed-factor-clock.yaml
[PATCH 0/4] dt-bindings: clock: ti: convert to yaml
Posted by Sukrut Bellary 10 months, 1 week ago
Convert TI autoidle, fixed-factor-clock, and clockdoamin bindings to yaml.
We are fixing bindings warnings only. No change in existing dts.

Sukrut Bellary (4):
  dt-bindings: clock: ti: Convert to yaml
  dt-bindings: clock: ti: Convert to yaml
  dt-bindings: clock: ti: Convert fixed-factor-clock to yaml
  dt-bindings: clock: ti: add ti,autoidle.yaml reference

 .../devicetree/bindings/clock/ti/autoidle.txt | 37 ---------
 .../bindings/clock/ti/clockdomain.txt         | 25 ------
 .../bindings/clock/ti/fixed-factor-clock.txt  | 42 ----------
 .../bindings/clock/ti/ti,autoidle.yaml        | 49 ++++++++++++
 .../bindings/clock/ti/ti,clockdomain.yaml     | 38 +++++++++
 .../bindings/clock/ti/ti,divider-clock.yaml   | 24 ++----
 .../clock/ti/ti,fixed-factor-clock.yaml       | 77 +++++++++++++++++++
 7 files changed, 169 insertions(+), 123 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/clock/ti/autoidle.txt
 delete mode 100644 Documentation/devicetree/bindings/clock/ti/clockdomain.txt
 delete mode 100644 Documentation/devicetree/bindings/clock/ti/fixed-factor-clock.txt
 create mode 100644 Documentation/devicetree/bindings/clock/ti/ti,autoidle.yaml
 create mode 100644 Documentation/devicetree/bindings/clock/ti/ti,clockdomain.yaml
 create mode 100644 Documentation/devicetree/bindings/clock/ti/ti,fixed-factor-clock.yaml

-- 
2.34.1