]> Git Repo - linux.git/commitdiff
ARM: omap2: Fix copy/paste bug
authorLinus Walleij <[email protected]>
Wed, 14 Jun 2023 09:30:32 +0000 (11:30 +0200)
committerArnd Bergmann <[email protected]>
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 <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
Reviewed-by: Tony Lindgren <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnd Bergmann <[email protected]>
arch/arm/mach-omap2/board-n8x0.c

index 564bf80a262122883cb3a09d768d5e4342c466ad..8e3b5068d4ab07cab11d73bf114b3c3a54f3dae9 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),
                { }
        },
 };
This page took 0.056732 seconds and 4 git commands to generate.