Commits
Adam Ford committed b4c3fb087b0
gpio: omap_gpio: Name GPIO's by bank and index with DM_GPIO There are multiple GPIO banks with up to 32 pins / bank. When using 'gpio status -a' to read the pins, this patch displays both GPIO<bank>_<index> similar to how the device trees display in addition to displaying gpio_# Signed-off-by: Adam Ford <aford173@gmail.com>