]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ARM: pxa: maybe fix gpio lookup tables
authorArnd Bergmann <arnd@arndb.de>
Wed, 11 Sep 2019 20:31:51 +0000 (22:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jun 2022 08:26:29 +0000 (10:26 +0200)
commitf81b31d81f9dcf60ebb9f2d9140609427e509516
treef63a48364deecb2a496113287b72017c024303e1
parent3f280451ce1da251de07e917a2605e404138226b
ARM: pxa: maybe fix gpio lookup tables

commit 2672a4bff6c03a20d5ae460a091f67ee782c3eff upstream.

From inspection I found a couple of GPIO lookups that are
listed with device "gpio-pxa", but actually have a number
from a different gpio controller.

Try to rectify that here, with a guess of what the actual
device name is.

Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Cc: stable@vger.kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/mach-pxa/cm-x300.c
arch/arm/mach-pxa/magician.c
arch/arm/mach-pxa/tosa.c