OSDN Git Service

pinctrl: meson: fix pinconf bias disable
authorJerome Brunet <jbrunet@baylibre.com>
Tue, 23 Oct 2018 16:03:19 +0000 (18:03 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 5 Nov 2018 08:33:22 +0000 (09:33 +0100)
commite39f9dd8206ad66992ac0e6218ef1ba746f2cce9
tree0906d9178443a2cdd943088ccbe085f8bc5c0d05
parent651022382c7f8da46cb4872a545ee1da6d097d2a
pinctrl: meson: fix pinconf bias disable

If a bias is enabled on a pin of an Amlogic SoC, calling .pin_config_set()
with PIN_CONFIG_BIAS_DISABLE will not disable the bias. Instead it will
force a pull-down bias on the pin.

Instead of the pull type register bank, the driver should access the pull
enable register bank.

Fixes: 6ac730951104 ("pinctrl: add driver for Amlogic Meson SoCs")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/meson/pinctrl-meson.c