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

From: Rob Herring
Date: Mon May 11 2020 - 21:57:50 EST


On Mon, 27 Apr 2020 21:32:24 +0200, Geert Uytterhoeven wrote:
> Convert the Renesas OS Timer (OSTM) Device Tree binding documentation to
> json-schema.
>
> Document missing properties.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
> ---
> For a clean dtbs_check, this depends on "[PATCH] ARM: dts: r7s9210: Remove
> bogus clock-names from OSTM nodes"
> (https://lore.kernel.org/r/20200427192932.28967-1-geert+renesas@xxxxxxxxx)
> which I intend to queue as a fix for v5.7.
>
> .../bindings/timer/renesas,ostm.txt | 31 ----------
> .../bindings/timer/renesas,ostm.yaml | 59 +++++++++++++++++++
> 2 files changed, 59 insertions(+), 31 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/timer/renesas,ostm.txt
> create mode 100644 Documentation/devicetree/bindings/timer/renesas,ostm.yaml
>

Applied, thanks!