On Thu, 28 Oct 2021 18:50:08 +0200, David Heidelberg wrote: > Convert power-off action connected to the GPIO documentation to the YAML syntax. > > Signed-off-by: David Heidelberg <david@xxxxxxx> > --- > v3: > - incorporated Sebastian notes > v2: > - remove driver specific note about WARN_ON > > .../bindings/power/reset/gpio-poweroff.txt | 41 ------------- > .../bindings/power/reset/gpio-poweroff.yaml | 59 +++++++++++++++++++ > 2 files changed, 59 insertions(+), 41 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/power/reset/gpio-poweroff.txt > create mode 100644 Documentation/devicetree/bindings/power/reset/gpio-poweroff.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>