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

Configure Feed

Select the types of activity you want to include in your feed.

mfd: tps65219: Add GPIO cell instance

TPS65219 PMIC GPIOs are exposed in a standard way:

gpiodetect
gpiochip0 [tps65219-gpio] (3 lines)

tps65219-gpios is incorrect cell name (plural). Changed to
tps65219-gpio (singular)

Co-developed-by: Jonathan Cormier <jcormier@criticallink.com>
Signed-off-by: Jonathan Cormier <jcormier@criticallink.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Jerome Neanne <jneanne@baylibre.com>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20230511-tps65219-add-gpio-support-v5-2-ebb94281c854@baylibre.com

authored by

Jerome Neanne and committed by
Lee Jones
29e92d8e a5f00e38

+1 -1
+1 -1
drivers/mfd/tps65219.c
··· 106 106 .resources = tps65219_regulator_resources, 107 107 .num_resources = ARRAY_SIZE(tps65219_regulator_resources), 108 108 }, 109 - { .name = "tps65219-gpios", }, 109 + { .name = "tps65219-gpio", }, 110 110 }; 111 111 112 112 static const struct mfd_cell tps65219_pwrbutton_cell = {