commit | e387e4572ea4456a83e191a12a9bcfe69fb9ad57 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Fri Aug 17 14:37:58 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 11 21:38:15 2018 -0400 |
tree | e801d809acebced3bb0326d31ebc0f8352ccebf8 | |
parent | d9205127e4a3edb30329087722b5f6a2cc153fc8 [diff] |
GPIO: omap_gpio: Fix gpio name names with device tree The GPIO bank numbers do not appear in the device tree, so this patch makes the gpio name based on the address (ie gpio@49054000_31 vs gpio4_31) adam Signed-off-by: Adam Ford <aford173@gmail.com> Tested-by: Derald D. Woods <woods.technical@gmail.com>