On Wed, 02 Nov 2022 23:05:30 +0100, Marek Vasut wrote: > Convert the gpio-wdt bindings from text to YAML ones, to permit DT validation. > > Signed-off-by: Marek Vasut <marex@xxxxxxx> > --- > Cc: Guenter Roeck <linux@xxxxxxxxxxxx> > Cc: Rob Herring <robh+dt@xxxxxxxxxx> > Cc: Wim Van Sebroeck <wim@xxxxxxxxxxxxxxxxxx> > Cc: linux-watchdog@xxxxxxxxxxxxxxx > To: devicetree@xxxxxxxxxxxxxxx > --- > V2: - Add missing required: properties > - Drop quotes around ref: referenced schema file name > --- > NOTE: The Maintainer entry should likely be changed, although it seems > like this driver and its matching bindings are now unmaintained. > --- > .../devicetree/bindings/watchdog/gpio-wdt.txt | 28 ----------- > .../bindings/watchdog/linux,wdt-gpio.yaml | 47 +++++++++++++++++++ > 2 files changed, 47 insertions(+), 28 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/watchdog/gpio-wdt.txt > create mode 100644 Documentation/devicetree/bindings/watchdog/linux,wdt-gpio.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>