[PATCH 0/3] Convert Microchip's HLCDC Text based DT bindings to JSON schema

From: Dharma Balasubiramani
Date: Wed Jan 10 2024 - 05:29:03 EST


Converted the text bindings to YAML and validated them using following commands

$ make dt_binding_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/
$ make dtbs_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/

Dharma Balasubiramani (3):
dt-bindings: display: convert Atmel's HLCDC to DT schema
dt-bindings: mfd: atmel,hlcdc: Convert to DT schema format
dt-bindings: atmel,hlcdc: convert pwm bindings to json-schema

.../display/atmel/atmel,hlcdc-dc.yaml | 133 ++++++++++++++++++
.../bindings/display/atmel/hlcdc-dc.txt | 75 ----------
.../devicetree/bindings/mfd/atmel,hlcdc.yaml | 106 ++++++++++++++
.../devicetree/bindings/mfd/atmel-hlcdc.txt | 56 --------
.../bindings/pwm/atmel,hlcdc-pwm.yaml | 62 ++++++++
.../bindings/pwm/atmel-hlcdc-pwm.txt | 29 ----
6 files changed, 301 insertions(+), 160 deletions(-)
create mode 100644 Documentation/devicetree/bindings/display/atmel/atmel,hlcdc-dc.yaml
delete mode 100644 Documentation/devicetree/bindings/display/atmel/hlcdc-dc.txt
create mode 100644 Documentation/devicetree/bindings/mfd/atmel,hlcdc.yaml
delete mode 100644 Documentation/devicetree/bindings/mfd/atmel-hlcdc.txt
create mode 100644 Documentation/devicetree/bindings/pwm/atmel,hlcdc-pwm.yaml
delete mode 100644 Documentation/devicetree/bindings/pwm/atmel-hlcdc-pwm.txt

--
2.25.1