gpio: aspeed: Make bank names strings
authorJoel Stanley <joel@jms.id.au>
Mon, 23 Jan 2017 05:26:06 +0000 (15:56 +1030)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 26 Jan 2017 13:31:48 +0000 (14:31 +0100)
commit7153f8ef679d5fcb2d9c69a19613399194600f5b
tree8e61e1bfc361e768e406a5498d51bccbf04f9df1
parent47b03ca903fb07a69ba88d2e1629fe145771f116
gpio: aspeed: Make bank names strings

The Aspeed SoCs have more GPIOs than can be represented with A-Z. The
documentation uses two letter names such as AA and AB, so make the names
a three-character array in the bank struct to accommodate this.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-aspeed.c