commit | b4c3fb087b06ec56cc325e2e73f8f497be89d129 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Mon Jun 11 20:05:38 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 18 14:43:14 2018 -0400 |
tree | f835d3cbb1e6e2e751af7ae356e9fa9e2ddba7cc | |
parent | bd8a9c14c91c61980e1f68ac1e6e1f22632f4c98 [diff] |
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>