Browse Source

pinctrl: meson-axg: add missing GPIOA_18

Add the missing GPIOA_18 from the missing EE gpio list.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Neil Armstrong 3 years ago
parent
commit
38c1c6f816
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/pinctrl/meson/pinctrl-meson-axg.c

+ 1 - 0
drivers/pinctrl/meson/pinctrl-meson-axg.c

@@ -298,6 +298,7 @@ static struct meson_pmx_group meson_axg_periphs_groups[] = {
 	GPIO_GROUP(GPIOA_15, EE_OFF),
 	GPIO_GROUP(GPIOA_16, EE_OFF),
 	GPIO_GROUP(GPIOA_17, EE_OFF),
+	GPIO_GROUP(GPIOA_18, EE_OFF),
 	GPIO_GROUP(GPIOA_19, EE_OFF),
 	GPIO_GROUP(GPIOA_20, EE_OFF),