[PATCH v2 0/2] dt-bindings: pwm: convert atmel pwm to json-schema

From: Sergiu Moga
Date: Mon Mar 07 2022 - 09:49:09 EST


This patch series addresses the conversion of the Atmel PWM DT
binding to the DT Schema format and adds the SAMA7G5 compatible to
the respective converted binding.

Changes since v1:
- Name the file `atmel,at91sam-pwm.yaml` instead of `atmel-pwm.yaml`
- Removed unnecessary descriptions of the `reg` and `#pwm-cells`
properties
- Remove unnecessary `pwmleds` node
- Remove `#pwm-cells` property from the list of required properties
- Add `allOf` including `pwm.yaml`
- Rename title from `Atmel PWM Controller` to `Atmel/Microchip PWM
controller`

Sergiu Moga (2):
dt-bindings: pwm: convert atmel pwm to json-schema
dt-bindings: pwm: at91: Add SAMA7G5 compatible strings list

.../bindings/pwm/atmel,at91sam-pwm.yaml | 47 +++++++++++++++++++
.../devicetree/bindings/pwm/atmel-pwm.txt | 35 --------------
2 files changed, 47 insertions(+), 35 deletions(-)
create mode 100644 Documentation/devicetree/bindings/pwm/atmel,at91sam-pwm.yaml
delete mode 100644 Documentation/devicetree/bindings/pwm/atmel-pwm.txt

--
2.25.1