ARM: s3c24xx: fix mmc gpio lookup tables
authorArnd Bergmann <arnd@arndb.de>
Thu, 6 Aug 2020 18:20:20 +0000 (20:20 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Wed, 19 Aug 2020 18:57:43 +0000 (20:57 +0200)
commit3af4e8774b6d03683932b0961998e01355bccd74
tree88af2392abf0a5920524f2e59f94cb1fac458ad3
parentf6d7cde84f6c5551586c8b9b68d70f8e6dc9a000
ARM: s3c24xx: fix mmc gpio lookup tables

The gpio controller names differ between s3c24xx and s3c64xx,
and it seems that these all got the wrong names, using GPx instead
of GPIOx.

Fixes: d2951dfa070d ("mmc: s3cmci: Use the slot GPIO descriptor")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20200806182059.2431-3-krzk@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/mach-s3c24xx/mach-at2440evb.c
arch/arm/mach-s3c24xx/mach-h1940.c
arch/arm/mach-s3c24xx/mach-mini2440.c
arch/arm/mach-s3c24xx/mach-n30.c
arch/arm/mach-s3c24xx/mach-rx1950.c