gpio: aspeed: Make U_BOOT_DRIVER entries unique
authorTom Rini <trini@konsulko.com>
Thu, 25 Sep 2025 20:56:12 +0000 (14:56 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 8 Oct 2025 19:54:58 +0000 (13:54 -0600)
commitda93f8a078b40096da740562d3c5c2104f8f3696
tree2ba292694e7adaa7eb5c479d8d4c75c365c7c572
parentd40eae0e270f50e6e9b99d7bca334bb87bc28f70
gpio: aspeed: Make U_BOOT_DRIVER entries unique

All instances of the U_BOOT_DRIVER must use a unique name or they will
lead to link time failures due to name space conflicts when both are
present. In this case gpio-aspeed-g7 was using the same name as
gpio-aspeed.

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/gpio/gpio-aspeed-g7.c