gpio: da8xx_gpio: Fix gpio name with address
authorchao zeng <chao.zeng@siemens.com>
Fri, 7 Jan 2022 03:26:24 +0000 (11:26 +0800)
committerTom Rini <trini@konsulko.com>
Sun, 16 Jan 2022 13:31:03 +0000 (08:31 -0500)
commitb6e59617c8d876876e99e1516ed2d991f25c3fe6
treee09c996be1310b8c3d97e1d054d2d89223ed0dfb
parentef7be5a07b8c31add141da1f2e9a6788357772de
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>
drivers/gpio/da8xx_gpio.c