Re: [PATCH v4 1/9] dt-bindings: atmel-tcb: convert bindings to json-schema

From: Rob Herring
Date: Tue Jun 09 2020 - 16:31:42 EST


On Sat, 30 May 2020 01:27:41 +0200, Alexandre Belloni wrote:
> Convert Atmel Timer Counter Blocks bindings to DT schema format using
> json-schema.
>
> Also move it out of mfd as it is not and has never been related to mfd.
>
> Cc: Rob Herring <robh+dt@xxxxxxxxxx>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@xxxxxxxxxxx>
> ---
> Changes in v4:
> - use oneOf to describe possible clock-names list
>
> .../devicetree/bindings/mfd/atmel-tcb.txt | 56 --------
> .../soc/microchip/atmel,at91rm9200-tcb.yaml | 131 ++++++++++++++++++
> 2 files changed, 131 insertions(+), 56 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/mfd/atmel-tcb.txt
> create mode 100644 Documentation/devicetree/bindings/soc/microchip/atmel,at91rm9200-tcb.yaml
>

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>