Re: [PATCH] dt-bindings: rng: Convert stm32 RNG bindings to json-schema

From: Rob Herring
Date: Wed Nov 20 2019 - 13:00:06 EST


On Fri, 15 Nov 2019 11:08:54 +0100, Benjamin Gaignard wrote:
> Convert the STM32 RNG binding to DT schema format using json-schema
> Remove interrupt from the json-schema because it is not used by the driver.
>
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@xxxxxx>
> ---
> .../devicetree/bindings/rng/st,stm32-rng.txt | 25 -----------
> .../devicetree/bindings/rng/st,stm32-rng.yaml | 48 ++++++++++++++++++++++
> 2 files changed, 48 insertions(+), 25 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/rng/st,stm32-rng.txt
> create mode 100644 Documentation/devicetree/bindings/rng/st,stm32-rng.yaml
>

Applied, thanks.

Rob