gpio: ep93xx: convert driver to DT
authorNikita Shubin <nikita.shubin@maquefel.me>
Thu, 10 Jun 2021 06:32:53 +0000 (09:32 +0300)
committerNikita Shubin <nikita.shubin@maquefel.me>
Sun, 27 Nov 2022 09:19:52 +0000 (12:19 +0300)
commit38e8efcbcccb088577e1ac6cf82443f9c343b121
tree0ecbb4c97051a26cd4b3dfefff96d79d84e7a3b9
parentaa791c765f3556b7d0d303b1958fd3f1355771d3
gpio: ep93xx: convert driver to DT

This converts ep93xx SOC gpio into device tree driver:
- dropped banks and legacy defines
- split AB IRQ and make it shared

We are relying on IRQ number information A, B ports have single shared
IRQ, while F port have dedicated IRQ for each line.

Also we had to split single ep93xx platform_device into multiple, one
for each port, without this we can't do a full working transition from
legacy platform code into device tree capable:

- all GPIO_LOOKUP were change to match new chip namings
- add lookup table for leds

Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
arch/arm/mach-ep93xx/core.c
arch/arm/mach-ep93xx/edb93xx.c
arch/arm/mach-ep93xx/simone.c
arch/arm/mach-ep93xx/ts72xx.c
arch/arm/mach-ep93xx/vision_ep9307.c
drivers/gpio/gpio-ep93xx.c