pinctrl: nuvoton: wpcm450: Fix handling of inverted MFSEL bits
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Sat, 5 Nov 2022 18:59:05 +0000 (19:59 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 10 Nov 2022 08:19:42 +0000 (09:19 +0100)
commit6c98ac42120dcadd799f0660e7d15cd6b5d0073e
treed8a0939f853df91f4bbcf87159319ac674ca4792
parent4f1d423cd2bd0d8cc20dfbb8d2e4e14b1e417790
pinctrl: nuvoton: wpcm450: Fix handling of inverted MFSEL bits

SCS3SEL and KBCCSEL use inverted logic: Whereas in other fields 0
selects the GPIO function and 1 selects the special function, in these
two fields, 0 selects the special function and 1 selects the GPIO
function.

Adjust the code to handle this quirk.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Link: https://lore.kernel.org/r/20221105185911.1547847-3-j.neuschaefer@gmx.net
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/nuvoton/pinctrl-wpcm450.c