On Thu, May 26, 2022 at 3:29 AM Chris Packham <chris.packham@xxxxxxxxxxxxxxxxxxx> wrote: > > The 1st patch converts the old binding mostly 1:1. > The 2nd patch deprecates the unused marvell,armadaxp compatible. > The 3rd patch documents the existing usage of the offset/marvell,pwm-offset > properties. > > Chris Packham (3): > dt-bindings: gpio: gpio-mvebu: convert txt binding to DT schema format > dt-bindings: gpio: gpio-mvebu: deprecate armadaxp-gpio > dt-bindings: gpio: gpio-mvebu: document offset and marvell,pwm-offset > > .../arm/marvell/ap80x-system-controller.txt | 2 +- > .../arm/marvell/cp110-system-controller.txt | 2 +- > .../devicetree/bindings/gpio/gpio-mvebu.txt | 93 ----------- > .../devicetree/bindings/gpio/gpio-mvebu.yaml | 146 ++++++++++++++++++ > MAINTAINERS | 2 +- > 5 files changed, 149 insertions(+), 96 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-mvebu.txt > create mode 100644 Documentation/devicetree/bindings/gpio/gpio-mvebu.yaml > > -- > 2.36.1 > Applied the series, thanks! Bart