aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Neanne <[email protected]>2023-06-07 16:39:32 +0200
committerLee Jones <[email protected]>2023-06-15 09:19:38 +0100
commit29e92d8ea8e9410c10f2ebdc4abf679be0ff099c (patch)
tree8bc0d08d2b0150e3c3cd5a58c570d771e08f27bb
parenta5f00e38eeb41f2f976f037d36b6bf3ee5afdb15 (diff)
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 <[email protected]> Signed-off-by: Jonathan Cormier <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Signed-off-by: Jerome Neanne <[email protected]> Signed-off-by: Lee Jones <[email protected]> Link: https://lore.kernel.org/r/20230511-tps65219-add-gpio-support-v5-2-ebb94281c854@baylibre.com
-rw-r--r--drivers/mfd/tps65219.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/tps65219.c b/drivers/mfd/tps65219.c
index 72ee23fb46bc..194c5a6b5220 100644
--- a/drivers/mfd/tps65219.c
+++ b/drivers/mfd/tps65219.c
@@ -106,7 +106,7 @@ static const struct mfd_cell tps65219_cells[] = {
.resources = tps65219_regulator_resources,
.num_resources = ARRAY_SIZE(tps65219_regulator_resources),
},
- { .name = "tps65219-gpios", },
+ { .name = "tps65219-gpio", },
};
static const struct mfd_cell tps65219_pwrbutton_cell = {