Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pinctrl: tps6594: add missing support for LP8764 PMIC

Add missing support for LP8764 PMIC in the probe().

Issue detected with v6.10-rc1 (and reproduced with 6.10-rc2) using a TI
J7200 EVM board.

tps6594-pinctrl tps6594-pinctrl.8.auto: error -EINVAL:
Couldn't register gpio_regmap driver
tps6594-pinctrl tps6594-pinctrl.8.auto: probe with driver tps6594-pinctrl
failed with error -22

Fixes: 208829715917 (pinctrl: pinctrl-tps6594: Add TPS65224 PMIC pinctrl and GPIO)
Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Link: https://lore.kernel.org/r/20240603082110.2104977-1-thomas.richard@bootlin.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Thomas Richard and committed by
Linus Walleij
03ecbe4b 550dec85

+1
+1
drivers/pinctrl/pinctrl-tps6594.c
··· 486 486 break; 487 487 case TPS6593: 488 488 case TPS6594: 489 + case LP8764: 489 490 pctrl_desc->pins = tps6594_pins; 490 491 pctrl_desc->npins = ARRAY_SIZE(tps6594_pins); 491 492