On Mon, Aug 19, 2019 at 1:20 PM Maxime Ripard <mripard@xxxxxxxxxx> wrote: > > From: Maxime Ripard <maxime.ripard@xxxxxxxxxxx> > > The Allwinner SoCs have a watchdog supported in Linux, with a matching > Device Tree binding. > > Now that we have the DT validation in place, let's convert the device tree > bindings for that controller over to a YAML schemas. > > Signed-off-by: Maxime Ripard <maxime.ripard@xxxxxxxxxxx> > > --- > > Changes from v1: > - Use generic watchdog schema > - Use unevaluatedProperties instead of additionalProperties > --- > .../watchdog/allwinner,sun4i-a10-wdt.yaml | 48 +++++++++++++++++++ > .../bindings/watchdog/sunxi-wdt.txt | 22 --------- > 2 files changed, 48 insertions(+), 22 deletions(-) > create mode 100644 Documentation/devicetree/bindings/watchdog/allwinner,sun4i-a10-wdt.yaml > delete mode 100644 Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt Reviewed-by: Rob Herring <robh@xxxxxxxxxx>