commit | b6e59617c8d876876e99e1516ed2d991f25c3fe6 | [log] [tgz] |
---|---|---|
author | chao zeng <chao.zeng@siemens.com> | Fri Jan 07 11:26:24 2022 +0800 |
committer | Tom Rini <trini@konsulko.com> | Sun Jan 16 08:31:03 2022 -0500 |
tree | e09c996be1310b8c3d97e1d054d2d89223ed0dfb | |
parent | ef7be5a07b8c31add141da1f2e9a6788357772de [diff] |
gpio: da8xx_gpio: Fix gpio name with address The GPIO bank numbers do not appear in the device tree, so make the gpio name based on the address (ie gpio@42110000_25 vs 25) Signed-off-by: chao zeng <chao.zeng@siemens.com>