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

From: Rob Herring
Date: Wed Oct 02 2019 - 10:30:13 EST


On Wed, Oct 2, 2019 at 2:48 AM Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote:
>
> On Tue, Oct 01, 2019 at 05:21:09PM -0500, Rob Herring wrote:
> > 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>
>
> Hi Rob,
>
> The generic watchdog YAML/DT schema is already in v5.4-rc1 so this can
> go either trough you, or through watchdog tree.

Okay, I've applied the series.

Rob