On Tue, Jun 11, 2024 at 09:00:34AM -0500, Andrew Davis wrote: > Convert Zevio GPIO controller bindings to DT schema. > > Changes during conversion: > - Add used but undocumented interrupts property An interrupt on a GPIO controller generally means it is also an interrupt-controller. Do you need to add those properties too? > > Signed-off-by: Andrew Davis <afd@xxxxxx> > --- > .../devicetree/bindings/gpio/gpio-zevio.txt | 16 ------- > .../bindings/gpio/lsi,zevio-gpio.yaml | 46 +++++++++++++++++++ > 2 files changed, 46 insertions(+), 16 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-zevio.txt > create mode 100644 Documentation/devicetree/bindings/gpio/lsi,zevio-gpio.yaml Otherwise, Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>