gpio: add nexell driver
authorStefan Bosch <stefan_b@posteo.net>
Fri, 10 Jul 2020 17:07:27 +0000 (19:07 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 29 Jul 2020 12:43:40 +0000 (08:43 -0400)
commitb8f748d6f233955cc116ee9ef7cc43dbc5326d81
tree078b0040bf7a7cd97d9d1cfac17fd74a2748fd43
parent95e9a8e2cb409632e4e83be0cb9e1ed4629114c1
gpio: add nexell driver

Changes in relation to FriendlyARM's U-Boot nanopi2-v2016.01:
- livetree API (dev_read_...) is used instead of fdt one (fdt...).

Signed-off-by: Stefan Bosch <stefan_b@posteo.net>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/nx_gpio.c [new file with mode: 0644]