Explorar el Código

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 hace 3 años
padre
commit
38c1c6f816
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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),