ARM: omap2: Fix copy/paste bug
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 14 Jun 2023 09:30:32 +0000 (11:30 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 22 Jun 2023 15:30:09 +0000 (17:30 +0200)
I mistyped one of the SD/MMC GPIO lines on the Nokia n810 which
was supposed to be "vio" as "vsd".

Fix it up.

Reported-by: Peter Vasil <petervasil@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Tony Lindgren <tony@atomide.com>
Link: https://lore.kernel.org/r/20230614093032.403982-1-linus.walleij@linaro.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-omap2/board-n8x0.c

index 564bf80..8e3b506 100644 (file)
@@ -158,7 +158,7 @@ static struct gpiod_lookup_table nokia810_mmc_gpio_table = {
                                "vsd", 1, GPIO_ACTIVE_HIGH),
                /* Slot index 1, VIO power, GPIO 9 */
                GPIO_LOOKUP_IDX("gpio-0-15", 9,
-                               "vsd", 1, GPIO_ACTIVE_HIGH),
+                               "vio", 1, GPIO_ACTIVE_HIGH),
                { }
        },
 };