Re: [PATCH v2] dt-bindings: timer: renesas: cmt: Convert to json-schema

From: Rob Herring
Date: Fri May 29 2020 - 17:29:07 EST


On Tue, May 05, 2020 at 05:51:27PM +0200, Geert Uytterhoeven wrote:
> Convert the Renesas Compare Match Timer (CMT) Device Tree binding
> documentation to json-schema.
>
> Document missing properties.
> Update the example to match reality.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
> Reviewed-by: Rob Herring <robh@xxxxxxxxxx>
> ---
> v2:
> - Add missing "additionalProperties: false",
> - Add Reviewed-by.
> ---
> .../devicetree/bindings/timer/renesas,cmt.txt | 110 -----------
> .../bindings/timer/renesas,cmt.yaml | 182 ++++++++++++++++++
> 2 files changed, 182 insertions(+), 110 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/timer/renesas,cmt.txt
> create mode 100644 Documentation/devicetree/bindings/timer/renesas,cmt.yaml

Looks like this didn't get applied yet, so I've applied it.

Rob