On Thu, Oct 14, 2021 at 1:41 AM Lee Jones [off-list ref] wrote:
On Fri, 24 Sep 2021, Maxime Ripard wrote:
quoted
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 <redacted>
Cc: Linus Walleij <redacted>
Cc: linux-gpio@vger.kernel.org
Acked-by: Bartosz Golaszewski <redacted>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Maxime Ripard <redacted>
---
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
Applied, thanks.
Pushed out? Still failing in linux-next.
Rob