commit | 22f2e9318fa61f19cd9d82a548c2569333560527 | [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 | 5913a32b5ea1a0f1fd026f88231a46293645441c [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>