]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
pinctrl: cs42l43: Fix polarity on debounce
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Fri, 8 May 2026 14:34:53 +0000 (15:34 +0100)
committerLinus Walleij <linusw@kernel.org>
Wed, 27 May 2026 12:24:19 +0000 (14:24 +0200)
commit9da52ee80aee3ab3c69208bd1cfbb4be01371214
treeb14d5d70020fcd4bea482b011d2b37e22cad9c28
parent1cb73b83ab6dec8159d0280345a46fbb282c378f
pinctrl: cs42l43: Fix polarity on debounce

The debounce bit sets a bypass on the debounce rather than enabling it,
as such the current polarity of the debounce is set incorrectly. Invert
the polarity to correct this.

Fixes: d5282a539297 ("pinctrl: cs42l43: Add support for the cs42l43")
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
drivers/pinctrl/cirrus/pinctrl-cs42l43.c