Re: [PATCH v2] dt-bindings: watchdog: Convert stm32 watchdog bindings to json-schema

From: Rob Herring
Date: Thu Dec 19 2019 - 10:51:08 EST


On Thu, Nov 21, 2019 at 09:43:16AM +0100, Benjamin Gaignard wrote:
> Convert the STM32 watchdog binding to DT schema format using json-schema
>
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@xxxxxx>
> ---
> changes in version 2:
> - remove trailer space
> - add Christophe in the maintainers list
>
> .../devicetree/bindings/watchdog/st,stm32-iwdg.txt | 26 ----------
> .../bindings/watchdog/st,stm32-iwdg.yaml | 55 ++++++++++++++++++++++
> 2 files changed, 55 insertions(+), 26 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/watchdog/st,stm32-iwdg.txt
> create mode 100644 Documentation/devicetree/bindings/watchdog/st,stm32-iwdg.yaml

Fixed up a typo with 'enums' and applied.

Rob