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 v2: - Moved `allOf` between `maintainers and `properties` - Replaced `additionalProperties: true` with `unevaluatedProperties: false` - Used 4 spaces indentation for `examples` - Modified file path in `MAINTAINERS` 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 -------------- MAINTAINERS | 2 +- 3 files changed, 48 insertions(+), 36 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