Re: [PATCH v4] dt-bindings: watchdog: convert faraday,ftwdt010 to yaml

From: Rob Herring
Date: Thu Feb 17 2022 - 19:05:05 EST


On Fri, 11 Feb 2022 11:55:28 +0000, Corentin Labbe wrote:
> Converts watchdog/faraday,ftwdt010.txt to yaml.
> This permits to detect missing properties like clocks and resets or
> compatible like moxa,moxart-watchdog.
>
> Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
> Signed-off-by: Corentin Labbe <clabbe@xxxxxxxxxxxx>
> ---
> Changes since v1:
> - Added myself as maintainer as requested by Linus
> - Added $ref to watchdog.yaml
> - Removed useless quotes
> - Added blank lines between properties
> - Removed timeout-secs as already provided by watchdog.yaml
>
> Change since v2:
> - rewrite compatible section
>
> Changes since v3:
> - Fix indent errors reported by yamllint
> - Change additionalProperties to unevaluatedProperties
> - Added timeout-secs in example
>
> .../bindings/watchdog/faraday,ftwdt010.txt | 22 ------
> .../bindings/watchdog/faraday,ftwdt010.yaml | 67 +++++++++++++++++++
> 2 files changed, 67 insertions(+), 22 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/watchdog/faraday,ftwdt010.txt
> create mode 100644 Documentation/devicetree/bindings/watchdog/faraday,ftwdt010.yaml
>

Acked-by: Rob Herring <robh@xxxxxxxxxx>