Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1648100
| From | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/2] pinctrl: meson-gxbb: Add missing GPIODV_18 pin entry |
| Date | 2017-05-23 16:10 +0200 |
| Message-ID | <tKiFB-4he-35@gated-at.bofh.it> (permalink) |
| References | <tKiFB-4he-33@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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>
---
drivers/pinctrl/meson/pinctrl-meson-gxbb.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/pinctrl/meson/pinctrl-meson-gxbb.c b/drivers/pinctrl/meson/pinctrl-meson-gxbb.c
index 3ccb0f4f..7d897c5 100644
--- a/drivers/pinctrl/meson/pinctrl-meson-gxbb.c
+++ b/drivers/pinctrl/meson/pinctrl-meson-gxbb.c
@@ -85,6 +85,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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 2/2] pinctrl: meson-gxbb: Add missing GPIODV_18 pin entry Neil Armstrong <narmstrong@baylibre.com> - 2017-05-23 16:10 +0200 Re: [PATCH 2/2] pinctrl: meson-gxbb: Add missing GPIODV_18 pin entry Jerome Brunet <jbrunet@baylibre.com> - 2017-05-24 10:50 +0200
csiph-web