Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1735779

[PATCH 8/8] pinctrl: meson-gxbb: add missing GPIOX_22 pin

From Jerome Brunet <jbrunet@baylibre.com>
Newsgroups linux.kernel
Subject [PATCH 8/8] pinctrl: meson-gxbb: add missing GPIOX_22 pin
Date 2017-09-20 15:50 +0200
Message-ID <urNy2-3KS-13@gated-at.bofh.it> (permalink)
References <urNol-3GY-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


GPIOX_22 is declared as a gpio but the id is no present in the pin
table. This hole trigger an error while reading the pingroup debugfs entry

GPIOX_22 is no routed externally. For all we know, it could an internal
pin of SoC

Signed-off-by: Jerome Brunet <jbrunet@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 1305d68b0954..62483b67f114 100644
--- a/drivers/pinctrl/meson/pinctrl-meson-gxbb.c
+++ b/drivers/pinctrl/meson/pinctrl-meson-gxbb.c
@@ -136,6 +136,7 @@ static const struct pinctrl_pin_desc meson_gxbb_periphs_pins[] = {
 	MESON_PIN(GPIOX_19),
 	MESON_PIN(GPIOX_20),
 	MESON_PIN(GPIOX_21),
+	MESON_PIN(GPIOX_22),
 
 	MESON_PIN(GPIOCLK_0),
 	MESON_PIN(GPIOCLK_1),
-- 
2.13.5

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/8] pinctrl: meson: clean pin offsets Jerome Brunet <jbrunet@baylibre.com> - 2017-09-20 15:40 +0200
  [PATCH 3/8] pinctrl: meson: remove offset continued - gxl Jerome Brunet <jbrunet@baylibre.com> - 2017-09-20 15:40 +0200
  [PATCH 1/8] pinctrl: meson: remove offset from pinctrl Jerome Brunet <jbrunet@baylibre.com> - 2017-09-20 15:50 +0200
  [PATCH 5/8] pinctrl: meson: remove offset continued - meson8b Jerome Brunet <jbrunet@baylibre.com> - 2017-09-20 15:50 +0200
  [PATCH 8/8] pinctrl: meson-gxbb: add missing GPIOX_22 pin Jerome Brunet <jbrunet@baylibre.com> - 2017-09-20 15:50 +0200
  [PATCH 2/8] pinctrl: meson: remove offset continued - gxbb Jerome Brunet <jbrunet@baylibre.com> - 2017-09-20 15:50 +0200
  [PATCH 6/8] pinctrl: meson: get rid of pin_base Jerome Brunet <jbrunet@baylibre.com> - 2017-09-20 15:50 +0200
  [PATCH 7/8] pinctrl: meson-gx: TEST_N belongs to the AO controller Jerome Brunet <jbrunet@baylibre.com> - 2017-09-20 15:50 +0200
  Re: [PATCH 0/8] pinctrl: meson: clean pin offsets Linus Walleij <linus.walleij@linaro.org> - 2017-09-21 14:30 +0200
    Re: [PATCH 0/8] pinctrl: meson: clean pin offsets Jerome Brunet <jbrunet@baylibre.com> - 2017-09-21 17:10 +0200
      Re: [PATCH 0/8] pinctrl: meson: clean pin offsets Linus Walleij <linus.walleij@linaro.org> - 2017-09-22 10:50 +0200

csiph-web