On Fri, Sep 24, 2021 at 2:16 AM Maxime Ripard <maxime@xxxxxxxxxx> wrote: > > The X-Powers AXP PMICs feature a GPIO Controller supported by Linux > thanks to its device tree binding. > > Now that we have the DT validation in place, let's convert the device > tree bindings for that driver over to a YAML schema. > > Cc: Chen-Yu Tsai <wens@xxxxxxxx> > Cc: Linus Walleij <linus.walleij@xxxxxxxxxx> > Cc: linux-gpio@xxxxxxxxxxxxxxx > Acked-by: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> > Reviewed-by: Rob Herring <robh@xxxxxxxxxx> > Signed-off-by: Maxime Ripard <maxime@xxxxxxxxxx> > > --- > > Changes from v1: > - Removed the example and moved it in the mfd schema > --- > .../devicetree/bindings/gpio/gpio-axp209.txt | 75 ------------------- > .../bindings/gpio/x-powers,axp209-gpio.yaml | 55 ++++++++++++++ > 2 files changed, 55 insertions(+), 75 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-axp209.txt > create mode 100644 Documentation/devicetree/bindings/gpio/x-powers,axp209-gpio.yaml This one not being applied with the rest of the series is also breaking linux-next. b4 am -P_ -sl -o - 20210924071614.868307-1-maxime@xxxxxxxxxx | git am