mbox series

[0/2] dt-bindings: pwm: pwm-tiecap: Convert to json schema

Message ID 20210601102804.22152-1-lokeshvutla@ti.com
Headers show
Series dt-bindings: pwm: pwm-tiecap: Convert to json schema | expand

Message

Lokesh Vutla June 1, 2021, 10:28 a.m. UTC
This series:
- converts tiecap to DT schema format using json-schema
- Add new compatible for AM64 SoC.

Lokesh Vutla (2):
  dt-bindings: pwm: pwm-tiecap: Convert to json schema
  dt-bindings: pwm: pwm-tiecap: Add compatible string for AM64 SoC

 .../devicetree/bindings/pwm/pwm-tiecap.txt    | 51 ---------------
 .../devicetree/bindings/pwm/pwm-tiecap.yaml   | 64 +++++++++++++++++++
 2 files changed, 64 insertions(+), 51 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/pwm/pwm-tiecap.txt
 create mode 100644 Documentation/devicetree/bindings/pwm/pwm-tiecap.yaml

Comments

Rob Herring June 4, 2021, 9:49 p.m. UTC | #1
On Tue, 01 Jun 2021 15:58:03 +0530, Lokesh Vutla wrote:
> Convert the tiecap binding to DT schema format using json-schema.
> Along with this conversion the following changes are included:
> - 'clock' and 'clock-names' properties are marked required as
>    driver fails to probe without these properties
> - Dropped ti,am33xx-ecap as it is no longer applicable.
> - 'power-domains' property is introduced and marked as optional.
> 
> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
> ---
>  .../devicetree/bindings/pwm/pwm-tiecap.txt    | 51 ---------------
>  .../devicetree/bindings/pwm/pwm-tiecap.yaml   | 63 +++++++++++++++++++
>  2 files changed, 63 insertions(+), 51 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/pwm/pwm-tiecap.txt
>  create mode 100644 Documentation/devicetree/bindings/pwm/pwm-tiecap.yaml
> 

Reviewed-by: Rob Herring <robh@kernel.org>
Lokesh Vutla June 21, 2021, 11:53 a.m. UTC | #2
Hi Thierry,

On 01/06/21 3:58 pm, Lokesh Vutla wrote:
> This series:

> - converts tiecap to DT schema format using json-schema

> - Add new compatible for AM64 SoC.


If there are no objections, can we merge this series?

Thanks and regards,
Lokesh

> 

> Lokesh Vutla (2):

>   dt-bindings: pwm: pwm-tiecap: Convert to json schema

>   dt-bindings: pwm: pwm-tiecap: Add compatible string for AM64 SoC

> 

>  .../devicetree/bindings/pwm/pwm-tiecap.txt    | 51 ---------------

>  .../devicetree/bindings/pwm/pwm-tiecap.yaml   | 64 +++++++++++++++++++

>  2 files changed, 64 insertions(+), 51 deletions(-)

>  delete mode 100644 Documentation/devicetree/bindings/pwm/pwm-tiecap.txt

>  create mode 100644 Documentation/devicetree/bindings/pwm/pwm-tiecap.yaml

>