]> www.infradead.org Git - users/jedix/linux-maple.git/commit
pinctrl: tps6594: add missing support for LP8764 PMIC
authorThomas Richard <thomas.richard@bootlin.com>
Mon, 3 Jun 2024 08:21:10 +0000 (10:21 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 17 Jun 2024 07:42:47 +0000 (09:42 +0200)
commit03ecbe4bb61886cc7fff5b0efc3784e86ac16214
tree77f0887716a9885ca70bf14a969fcd2e2dc1d822
parent550dec8593cd0b32ffc90bb88edb190c04efbb48
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>
drivers/pinctrl/pinctrl-tps6594.c