commit | 331148e52c83ea8052f864f24bb8ff95ec106cfd | [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 | 14953589f1ed4cd3f115a0e73b045020b5698be8 [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>