diff options
author | Martin Hundebøll <[email protected]> | 2023-05-12 08:49:25 +0200 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2023-05-16 15:02:01 +0200 |
commit | 5b10ff013e8a57f8845615ac2cc37edf7f6eef05 (patch) | |
tree | ba6c7e29444d75145f9e491d32005f20a5dab233 | |
parent | ac9a78681b921877518763ba0e89202254349d1b (diff) |
pinctrl: meson-axg: add missing GPIOA_18 gpio group
Without this, the gpio cannot be explicitly mux'ed to its gpio function.
Fixes: 83c566806a68a ("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]>
-rw-r--r-- | drivers/pinctrl/meson/pinctrl-meson-axg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/meson/pinctrl-meson-axg.c b/drivers/pinctrl/meson/pinctrl-meson-axg.c index 7bfecdfba177..d249a035c2b9 100644 --- a/drivers/pinctrl/meson/pinctrl-meson-axg.c +++ b/drivers/pinctrl/meson/pinctrl-meson-axg.c @@ -400,6 +400,7 @@ static struct meson_pmx_group meson_axg_periphs_groups[] = { GPIO_GROUP(GPIOA_15), GPIO_GROUP(GPIOA_16), GPIO_GROUP(GPIOA_17), + GPIO_GROUP(GPIOA_18), GPIO_GROUP(GPIOA_19), GPIO_GROUP(GPIOA_20), |