Skip to content

Commit c1d57ee

Browse files
Linus Walleijarndb
authored andcommitted
ARM: omap2: Fix copy/paste bug
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>
1 parent 0089681 commit c1d57ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/mach-omap2/board-n8x0.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ static struct gpiod_lookup_table nokia810_mmc_gpio_table = {
158158
"vsd", 1, GPIO_ACTIVE_HIGH),
159159
/* Slot index 1, VIO power, GPIO 9 */
160160
GPIO_LOOKUP_IDX("gpio-0-15", 9,
161-
"vsd", 1, GPIO_ACTIVE_HIGH),
161+
"vio", 1, GPIO_ACTIVE_HIGH),
162162
{ }
163163
},
164164
};

0 commit comments

Comments
 (0)