Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac059e2a authored by Priit Laes's avatar Priit Laes Committed by Linus Walleij
Browse files

Revert "pinctrl: sunxi: Don't enforce bias disable (for now)"



This reverts commit 2154d94b.

The original patch was intented to avoid some issues with the sunxi
gpio rework and was supposed to be reverted after all the required
DT bits had been merged around v4.10.

Signed-off-by: default avatarPriit Laes <plaes@plaes.org>
Acked-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 12219fd2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -564,7 +564,8 @@ static int sunxi_pconf_group_set(struct pinctrl_dev *pctldev,
			val = arg / 10 - 1;
			break;
		case PIN_CONFIG_BIAS_DISABLE:
			continue;
			val = 0;
			break;
		case PIN_CONFIG_BIAS_PULL_UP:
			if (arg == 0)
				return -EINVAL;