Re: [PATCH v2 1/3] dt-bindings: watchdog: Convert Samsung SoC watchdog bindings to json-schema

From: Rob Herring
Date: Tue Oct 01 2019 - 18:21:16 EST


On Fri, Sep 20, 2019 at 06:21:22PM +0200, Krzysztof Kozlowski wrote:
> Convert Samsung S3C/S5P/Exynos watchdog bindings to DT schema format
> using json-schema.
>
> Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
>
> ---
>
> Changes since v1:
> 1. Indent example with four spaces (more readable),
> 2. Remove unneeded timeout-sec description and include generic bindings.
> ---
> .../bindings/watchdog/samsung-wdt.txt | 35 ----------
> .../bindings/watchdog/samsung-wdt.yaml | 65 +++++++++++++++++++
> 2 files changed, 65 insertions(+), 35 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/watchdog/samsung-wdt.txt
> create mode 100644 Documentation/devicetree/bindings/watchdog/samsung-wdt.yaml

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>