Skip to content

Commit 5b10ff0

Browse files
hundebolllinusw
authored andcommitted
pinctrl: meson-axg: add missing GPIOA_18 gpio group
Without this, the gpio cannot be explicitly mux'ed to its gpio function. Fixes: 83c5668 ("pinctrl: meson-axg: Add new pinctrl driver for Meson AXG SoC") Cc: [email protected] Signed-off-by: Martin Hundebøll <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Reviewed-by: Dmitry Rokosov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent ac9a786 commit 5b10ff0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pinctrl/meson/pinctrl-meson-axg.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ static struct meson_pmx_group meson_axg_periphs_groups[] = {
400400
GPIO_GROUP(GPIOA_15),
401401
GPIO_GROUP(GPIOA_16),
402402
GPIO_GROUP(GPIOA_17),
403+
GPIO_GROUP(GPIOA_18),
403404
GPIO_GROUP(GPIOA_19),
404405
GPIO_GROUP(GPIOA_20),
405406

0 commit comments

Comments
 (0)