pinctrl: meson-gxbb: Add missing GPIODV_18 pin entry
authorNeil Armstrong <narmstrong@baylibre.com>
Tue, 23 May 2017 14:09:19 +0000 (16:09 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 29 May 2017 08:55:14 +0000 (10:55 +0200)
GPIODV_18 entry was missing in the original driver push.

Fixes: 468c234f9ed7 ("pinctrl: amlogic: Add support for Amlogic Meson GXBB SoC")
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/meson/pinctrl-meson-gxbb.c

index 3ccb0f4..7d897c5 100644 (file)
@@ -85,6 +85,7 @@ static const struct pinctrl_pin_desc meson_gxbb_periphs_pins[] = {
        MESON_PIN(GPIODV_15, EE_OFF),
        MESON_PIN(GPIODV_16, EE_OFF),
        MESON_PIN(GPIODV_17, EE_OFF),
+       MESON_PIN(GPIODV_18, EE_OFF),
        MESON_PIN(GPIODV_19, EE_OFF),
        MESON_PIN(GPIODV_20, EE_OFF),
        MESON_PIN(GPIODV_21, EE_OFF),