Re: [PATCH v2] dt-bindings: watchdog: sp-805: Convert to Json-schema

From: Rob Herring
Date: Tue Sep 15 2020 - 13:51:48 EST


On Wed, 09 Sep 2020 11:50:46 +0100, Andre Przywara wrote:
> Convert the ARM SP-805 watchdog IP DT binding over to Json-schema.
>
> A straight-forward conversion, but the requirement for providing two
> clocks got strengthened from "should" to "must".
>
> Signed-off-by: Andre Przywara <andre.przywara@xxxxxxx>
> ---
> Hi,
>
> this is just the bindings conversion patch, updated to address Rob's
> comments:
> - Remove redundant primecell.yaml inclusion
> - Reference watchdog.yaml
> - Drop now redundant timeout-sec property
> - Add unevaluatedProperties
>
> The DT fixes are independent and now partly already queued, so I am
> posting this separately.
>
> Cheers,
> Andre
>
> .../bindings/watchdog/arm,sp805.txt | 32 ---------
> .../bindings/watchdog/arm,sp805.yaml | 71 +++++++++++++++++++
> 2 files changed, 71 insertions(+), 32 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/watchdog/arm,sp805.txt
> create mode 100644 Documentation/devicetree/bindings/watchdog/arm,sp805.yaml
>

Applied, thanks!