mbox series

[V5,0/2] dt-bindings: opp/cpufreq: Convert ti-cpufreq to json schema

Message ID 20230818124504.3718266-1-nm@ti.com
Headers show
Series dt-bindings: opp/cpufreq: Convert ti-cpufreq to json schema | expand

Message

Nishanth Menon Aug. 18, 2023, 12:45 p.m. UTC
Hi,

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

Changes since V4:
* Fix up comments from Krzysztof for patch #1
* Picked up Krzysztof reviewed-by for patch #1
* Picked up Dhruva's Reviewed-by for patches 1 and 2.

V4: https://lore.kernel.org/all/20230811031458.957624-1-nm@ti.com/
V3: https://lore.kernel.org/all/20230809023045.1870410-1-nm@ti.com/
V2: https://lore.kernel.org/all/20230801233341.1416552-1-nm@ti.com/
V1: https://lore.kernel.org/all/20230724153911.1376830-1-nm@ti.com/

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      | 101 ++++++++++++++
 .../bindings/opp/ti-omap5-opp-supply.txt      |  63 ---------
 4 files changed, 193 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


base-commit: 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5

Comments

Krzysztof Kozlowski Aug. 19, 2023, 12:57 p.m. UTC | #1
On 18/08/2023 14:45, Nishanth Menon wrote:
> Move the ti-cpufreq binding over to opp and convert the free text
> binding to json-schema.
> 
> Reviewed-by: Dhruva Gole <d-gole@ti.com>
> Signed-off-by: Nishanth Menon <nm@ti.com>
> ---


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof
Viresh Kumar Aug. 21, 2023, 5:54 a.m. UTC | #2
On 18-08-23, 07:45, Nishanth Menon wrote:
> Hi,
> 
> Convert the long pending free-form text bindings of ti-cpufreq and
> omap5-opp-supply bindings to json-schema.
> 
> Changes since V4:
> * Fix up comments from Krzysztof for patch #1
> * Picked up Krzysztof reviewed-by for patch #1
> * Picked up Dhruva's Reviewed-by for patches 1 and 2.
> 
> V4: https://lore.kernel.org/all/20230811031458.957624-1-nm@ti.com/
> V3: https://lore.kernel.org/all/20230809023045.1870410-1-nm@ti.com/
> V2: https://lore.kernel.org/all/20230801233341.1416552-1-nm@ti.com/
> V1: https://lore.kernel.org/all/20230724153911.1376830-1-nm@ti.com/
> 
> Nishanth Menon (2):
>   dt-bindings: opp: Convert ti-omap5-opp-supply to json schema
>   dt-bindings: cpufreq: Convert ti-cpufreq to json schema

Applied. Thanks.