Re: [PATCH 2/3] pinctrl: ingenic: Fix bias config for X2000(E)
From: Linus Walleij <hidden>
Date: 2021-08-11 08:25:19
Also in:
linux-mips, lkml, stable
From: Linus Walleij <hidden>
Date: 2021-08-11 08:25:19
Also in:
linux-mips, lkml, stable
On Sat, Jul 17, 2021 at 7:48 PM Paul Cercueil [off-list ref] wrote:
The ingenic_set_bias() function's "bias" argument is not a
"enum pin_config_param", so its value should not be compared against
values of that enum.
This should fix the bias config not working on the X2000(E) SoCs.
Fixes: 943e0da15370 ("pinctrl: Ingenic: Add pinctrl driver for X2000.")
Cc: <redacted> # v5.12
Signed-off-by: Paul Cercueil <paul@crapouillou.net>Patch applied! Yours, Linus Walleij