]> git.hungrycats.org Git - linux/commitdiff
pinctrl: meson-gxl: Add missing GPIODV_18 pin entry
authorNeil Armstrong <narmstrong@baylibre.com>
Tue, 23 May 2017 14:09:18 +0000 (16:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Aug 2017 20:47:02 +0000 (13:47 -0700)
commit aa9556956653f85baaadeb4846dc571414f13e36 upstream.

GPIODV_18 entry was missing in the original driver push.

Fixes: 0f15f500ff2c ("pinctrl: meson: Add GXL pinctrl definitions")
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pinctrl/meson/pinctrl-meson-gxl.c

index 998210eacf3747d059538f5ea4ab975e050c19a8..3046fd732155de6996921fbf70cfeb6b4769eab2 100644 (file)
@@ -89,6 +89,7 @@ static const struct pinctrl_pin_desc meson_gxl_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),