]> git.baikalelectronics.ru Git - uboot.git/commit
pinctrl: meson: fix bit manipulation of pin bias configuration
authorNeil Armstrong <narmstrong@baylibre.com>
Mon, 14 Dec 2020 18:39:07 +0000 (19:39 +0100)
committerNeil Armstrong <narmstrong@baylibre.com>
Mon, 14 Dec 2020 18:58:54 +0000 (19:58 +0100)
commit42e0a8feaf46fd108d90392d89c1011adeef8954
tree1feea3ba45e895dc3685b40e7c47e7032de53a86
parent4f1b81d535fccb31f7b1b3d9e94ce149a0f9e7bb
pinctrl: meson: fix bit manipulation of pin bias configuration

This fixes the wrong usage of clrsetbits_le32(), badly setting the set argument.

Fixes: b2be4e2989 ("pinctrl: meson: add pinconf support")
Reported-by: Anton Arapov <arapov@gmail.com>
Reported-by: Otto Meier <gf435@gmx.net>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
drivers/pinctrl/meson/pinctrl-meson.c