4.9-stable review patch.  If anyone has any objections, please let me know.

------------------

From: Neil Armstrong <[email protected]>

commit 34e61801a3b9df74b69f0e359d64a197a77dd6ac upstream.

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 <[email protected]>
Reviewed-by: Jerome Brunet <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 drivers/pinctrl/meson/pinctrl-meson-gxbb.c |    1 +
 1 file changed, 1 insertion(+)

--- a/drivers/pinctrl/meson/pinctrl-meson-gxbb.c
+++ b/drivers/pinctrl/meson/pinctrl-meson-gxbb.c
@@ -85,6 +85,7 @@ static const struct pinctrl_pin_desc mes
        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),


Reply via email to