Commit 29e92d8e authored by Jerome Neanne's avatar Jerome Neanne Committed by Lee Jones

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: default avatarJonathan Cormier <jcormier@criticallink.com>
Signed-off-by: default avatarJonathan Cormier <jcormier@criticallink.com>
Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarJerome Neanne <jneanne@baylibre.com>
Signed-off-by: default avatarLee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20230511-tps65219-add-gpio-support-v5-2-ebb94281c854@baylibre.com
parent a5f00e38
...@@ -106,7 +106,7 @@ static const struct mfd_cell tps65219_cells[] = { ...@@ -106,7 +106,7 @@ static const struct mfd_cell tps65219_cells[] = {
.resources = tps65219_regulator_resources, .resources = tps65219_regulator_resources,
.num_resources = ARRAY_SIZE(tps65219_regulator_resources), .num_resources = ARRAY_SIZE(tps65219_regulator_resources),
}, },
{ .name = "tps65219-gpios", }, { .name = "tps65219-gpio", },
}; };
static const struct mfd_cell tps65219_pwrbutton_cell = { static const struct mfd_cell tps65219_pwrbutton_cell = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment