projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed3a2b7
)
pinctrl: meson: fix meson8 ao pull register bits
author
Jerome Brunet
<jbrunet@baylibre.com>
Mon, 29 Oct 2018 15:13:39 +0000
(16:13 +0100)
committer
Linus Walleij
<linus.walleij@linaro.org>
Mon, 5 Nov 2018 08:33:22 +0000
(09:33 +0100)
AO pull register definition is inverted between pull (up/down) and
pull enable. Fixing this allows to properly apply bias setting
through pinconf
Fixes: 6ac730951104 ("pinctrl: add driver for Amlogic Meson SoCs")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/meson/pinctrl-meson8.c
patch
|
blob
|
history
diff --git
a/drivers/pinctrl/meson/pinctrl-meson8.c
b/drivers/pinctrl/meson/pinctrl-meson8.c
index c6d79315218fa69cadcdde9aa49d657d6916f5bb..86466173114da013ff7dff4e6a89195c9399a82d 100644
(file)
--- a/
drivers/pinctrl/meson/pinctrl-meson8.c
+++ b/
drivers/pinctrl/meson/pinctrl-meson8.c
@@
-1053,7
+1053,7
@@
static struct meson_bank meson8_cbus_banks[] = {
static struct meson_bank meson8_aobus_banks[] = {
/* name first last irq pullen pull dir out in */
- BANK("AO", GPIOAO_0, GPIO_TEST_N, 0, 13, 0,
0, 0, 16
, 0, 0, 0, 16, 1, 0),
+ BANK("AO", GPIOAO_0, GPIO_TEST_N, 0, 13, 0,
16, 0, 0
, 0, 0, 0, 16, 1, 0),
};
static struct meson_pinctrl_data meson8_cbus_pinctrl_data = {