Re: [PATCH v3] dt-bindings: hwlock: Convert stm32 hwspinlock bindings to json-schema

From: Rob Herring
Date: Mon Oct 14 2019 - 13:16:51 EST


On Mon, 14 Oct 2019 11:17:56 +0200, Benjamin Gaignard wrote:
> Convert the STM32 hwspinlock binding to DT schema format using json-schema
>
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@xxxxxx>
> ---
> change in v3:
> - use (GPL-2.0-only OR BSD-2-Clause)
>
> change in v2:
> - use BSD-2-Clause license
> - use const for #hwlock-cells
> - add additionalProperties: false
>
> .../bindings/hwlock/st,stm32-hwspinlock.txt | 23 ----------
> .../bindings/hwlock/st,stm32-hwspinlock.yaml | 50 ++++++++++++++++++++++
> 2 files changed, 50 insertions(+), 23 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/hwlock/st,stm32-hwspinlock.txt
> create mode 100644 Documentation/devicetree/bindings/hwlock/st,stm32-hwspinlock.yaml
>

Applied, thanks.

Rob