]> git.ipfire.org Git - thirdparty/u-boot.git/commit
gpio: add PolarFire SoC GPIO and Core GPIO driver
authorEoin Dickson <eoin.dickson@microchip.com>
Tue, 8 Jul 2025 13:01:20 +0000 (18:31 +0530)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Thu, 17 Jul 2025 06:37:36 +0000 (14:37 +0800)
commit63e8a80cb360a85b9c22f9b5bdb45eee9eeb8a40
tree34f313dc941a7aa4f72dce54805f54d7b43d827e
parent4675216c7a39b13b9f2e4812727ed80582d9a5be
gpio: add PolarFire SoC GPIO and Core GPIO driver

This driver adds GPIO support for PolarFire SoC family, this is required
to add sd card support on the Beagle-V-Fire as it uses GPIO chip selects

Signed-off-by: Eoin Dickson <eoin.dickson@microchip.com>
Acked-by: Leo Yu-Chi Liang <ycliang@andestech.com>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/mpfs_gpio.c [new file with mode: 0644]