mbox series

[v3,0/2] dt-bindings: pwm: convert atmel pwm to json-schema

Message ID 20220307153656.177589-1-sergiu.moga@microchip.com (mailing list archive)
Headers show
Series dt-bindings: pwm: convert atmel pwm to json-schema | expand

Message

Sergiu Moga March 7, 2022, 3:36 p.m. UTC
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

Comments

Thierry Reding April 22, 2022, 4:32 p.m. UTC | #1
On Mon, Mar 07, 2022 at 05:36:54PM +0200, Sergiu Moga wrote:
> 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

Applied, thanks.

Thierry