diff mbox

[1/2] pinctrl: meson-gxl: Add missing GPIODV_18 pin entry

Message ID 1495548559-22261-2-git-send-email-narmstrong@baylibre.com (mailing list archive)
State Accepted
Headers show

Commit Message

Neil Armstrong May 23, 2017, 2:09 p.m. UTC
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>
---
 drivers/pinctrl/meson/pinctrl-meson-gxl.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Jerome Brunet May 24, 2017, 8:38 a.m. UTC | #1
On Tue, 2017-05-23 at 16:09 +0200, Neil Armstrong wrote:
> GPIODV_18 entry was missing in the original driver push.
> 

Reviewed-by: Jerome Brunet <jbrunet@baylibre.com>

> Fixes: 0f15f500ff2c ("pinctrl: meson: Add GXL pinctrl definitions")
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> ---
>  drivers/pinctrl/meson/pinctrl-meson-gxl.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/pinctrl/meson/pinctrl-meson-gxl.c
> b/drivers/pinctrl/meson/pinctrl-meson-gxl.c
> index 719ff1b..2bc1e3d 100644
> --- a/drivers/pinctrl/meson/pinctrl-meson-gxl.c
> +++ b/drivers/pinctrl/meson/pinctrl-meson-gxl.c
> @@ -89,6 +89,7 @@
>  	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),
Linus Walleij May 29, 2017, 8:54 a.m. UTC | #2
On Tue, May 23, 2017 at 4:09 PM, Neil Armstrong <narmstrong@baylibre.com> wrote:

> 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>

Patch applied with Jerome's review tag.

Yours,
Linus Walleij
diff mbox

Patch

diff --git a/drivers/pinctrl/meson/pinctrl-meson-gxl.c b/drivers/pinctrl/meson/pinctrl-meson-gxl.c
index 719ff1b..2bc1e3d 100644
--- a/drivers/pinctrl/meson/pinctrl-meson-gxl.c
+++ b/drivers/pinctrl/meson/pinctrl-meson-gxl.c
@@ -89,6 +89,7 @@ 
 	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),