29 lines
978 B
Diff
29 lines
978 B
Diff
From 20c88cc6c1c4d6fb3903be634b54fd0659f2e364 Mon Sep 17 00:00:00 2001
|
|
From: Neil Armstrong <narmstrong@baylibre.com>
|
|
Date: Tue, 23 May 2017 11:53:57 +0200
|
|
Subject: [PATCH 20/79] pinctrl: meson-gxl: Add missing GPIODV_18 pin entry
|
|
|
|
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(+)
|
|
|
|
diff --git a/drivers/pinctrl/meson/pinctrl-meson-gxl.c b/drivers/pinctrl/meson/pinctrl-meson-gxl.c
|
|
index 7adc7c2..6a486cb 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),
|
|
--
|
|
1.9.1
|
|
|