2023-08-11 03:53:13

by Nishanth Menon

[permalink] [raw]
Subject: [PATCH V4 0/2] dt-bindings: opp/cpufreq: Convert ti-cpufreq to json schema

Hi,

Convert the long pending free-form text bindings of ti-cpufreq and
omap5-opp-supply bindings to json-schema.

Hopefully, this version is better..
Changes from V3:
* Changed the description of the bindings documents to be more aligned
with current standards (Dhruva's comments)

V3: https://lore.kernel.org/all/[email protected]/
V2: https://lore.kernel.org/all/[email protected]/
V1: https://lore.kernel.org/all/[email protected]/

Nishanth Menon (2):
dt-bindings: opp: Convert ti-omap5-opp-supply to json schema
dt-bindings: cpufreq: Convert ti-cpufreq to json schema

.../bindings/cpufreq/ti-cpufreq.txt | 132 ------------------
.../opp/operating-points-v2-ti-cpu.yaml | 92 ++++++++++++
.../bindings/opp/ti,omap-opp-supply.yaml | 106 ++++++++++++++
.../bindings/opp/ti-omap5-opp-supply.txt | 63 ---------
4 files changed, 198 insertions(+), 195 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/cpufreq/ti-cpufreq.txt
create mode 100644 Documentation/devicetree/bindings/opp/operating-points-v2-ti-cpu.yaml
create mode 100644 Documentation/devicetree/bindings/opp/ti,omap-opp-supply.yaml
delete mode 100644 Documentation/devicetree/bindings/opp/ti-omap5-opp-supply.txt

--
2.40.0