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

Sergiu Moga posted 2 patches 4 years, 3 months ago
.../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
[PATCH v3 0/2] dt-bindings: pwm: convert atmel pwm to json-schema
Posted by Sergiu Moga 4 years, 3 months ago
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
Re: [PATCH v3 0/2] dt-bindings: pwm: convert atmel pwm to json-schema
Posted by Thierry Reding 4 years, 2 months ago
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