Skip to content

Commit 333a396

Browse files
committed
Merge tag 'pinctrl-v6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Pull pin control fix from Linus Walleij: "A single fix for the Meson driver, nothing else has surfaced so far this cycle" * tag 'pinctrl-v6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: pinctrl: meson-axg: add missing GPIOA_18 gpio group
2 parents 697fa9b + 5b10ff0 commit 333a396

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)