aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/uniphier
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-06-15 04:18:06 -0400
committerLinus Walleij <linus.walleij@linaro.org>2016-06-18 04:03:09 -0400
commit53501c97716c1d86833439dca7ceb59818611b8a (patch)
tree2bb5d54d42759c7d8b295d568f9017c48f284731 /drivers/pinctrl/uniphier
parent96c8b6903d0eab8dd3d20861245e14d1f59e80b0 (diff)
pinctrl: uniphier: fix meaningless drive control offsets
These are input-only pins. They do not support drive controlling in the first place. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/uniphier')
-rw-r--r--drivers/pinctrl/uniphier/pinctrl-uniphier-pro4.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/pinctrl/uniphier/pinctrl-uniphier-pro4.c b/drivers/pinctrl/uniphier/pinctrl-uniphier-pro4.c
index 8c614937bd8b..002bd6e60b9a 100644
--- a/drivers/pinctrl/uniphier/pinctrl-uniphier-pro4.c
+++ b/drivers/pinctrl/uniphier/pinctrl-uniphier-pro4.c
@@ -138,7 +138,7 @@ static const struct pinctrl_pin_desc uniphier_pro4_pins[] = {
138 38, UNIPHIER_PIN_DRV_1BIT, 138 38, UNIPHIER_PIN_DRV_1BIT,
139 38, UNIPHIER_PIN_PULL_DOWN), 139 38, UNIPHIER_PIN_PULL_DOWN),
140 UNIPHIER_PINCTRL_PIN(39, "BOOTSWAP", UNIPHIER_PIN_IECTRL_NONE, 140 UNIPHIER_PINCTRL_PIN(39, "BOOTSWAP", UNIPHIER_PIN_IECTRL_NONE,
141 39, UNIPHIER_PIN_DRV_NONE, 141 -1, UNIPHIER_PIN_DRV_NONE,
142 39, UNIPHIER_PIN_PULL_UP), 142 39, UNIPHIER_PIN_PULL_UP),
143 UNIPHIER_PINCTRL_PIN(40, "NFD0", UNIPHIER_PIN_IECTRL_NONE, 143 UNIPHIER_PINCTRL_PIN(40, "NFD0", UNIPHIER_PIN_IECTRL_NONE,
144 2, UNIPHIER_PIN_DRV_2BIT, 144 2, UNIPHIER_PIN_DRV_2BIT,
@@ -639,7 +639,7 @@ static const struct pinctrl_pin_desc uniphier_pro4_pins[] = {
639 191, UNIPHIER_PIN_DRV_1BIT, 639 191, UNIPHIER_PIN_DRV_1BIT,
640 191, UNIPHIER_PIN_PULL_DOWN), 640 191, UNIPHIER_PIN_PULL_DOWN),
641 UNIPHIER_PINCTRL_PIN(206, "CLK54I", UNIPHIER_PIN_IECTRL_NONE, 641 UNIPHIER_PINCTRL_PIN(206, "CLK54I", UNIPHIER_PIN_IECTRL_NONE,
642 192, UNIPHIER_PIN_DRV_NONE, 642 -1, UNIPHIER_PIN_DRV_NONE,
643 192, UNIPHIER_PIN_PULL_DOWN), 643 192, UNIPHIER_PIN_PULL_DOWN),
644 UNIPHIER_PINCTRL_PIN(207, "YIN0", UNIPHIER_PIN_IECTRL_NONE, 644 UNIPHIER_PINCTRL_PIN(207, "YIN0", UNIPHIER_PIN_IECTRL_NONE,
645 193, UNIPHIER_PIN_DRV_1BIT, 645 193, UNIPHIER_PIN_DRV_1BIT,
@@ -1005,7 +1005,7 @@ static const struct pinctrl_pin_desc uniphier_pro4_pins[] = {
1005 311, UNIPHIER_PIN_DRV_1BIT, 1005 311, UNIPHIER_PIN_DRV_1BIT,
1006 311, UNIPHIER_PIN_PULL_UP), 1006 311, UNIPHIER_PIN_PULL_UP),
1007 UNIPHIER_PINCTRL_PIN(328, "DMDISO", UNIPHIER_PIN_IECTRL_NONE, 1007 UNIPHIER_PINCTRL_PIN(328, "DMDISO", UNIPHIER_PIN_IECTRL_NONE,
1008 312, UNIPHIER_PIN_DRV_NONE, 1008 -1, UNIPHIER_PIN_DRV_NONE,
1009 312, UNIPHIER_PIN_PULL_DOWN), 1009 312, UNIPHIER_PIN_PULL_DOWN),
1010}; 1010};
1011 1011