Message ID | 20230511-tps65219-add-gpio-support-v4-2-b5d6a764d722@baylibre.com |
---|---|
State | Accepted |
Commit | 29e92d8ea8e9410c10f2ebdc4abf679be0ff099c |
Headers | show |
Series | [v4,1/2] gpio: tps65219: add GPIO support for TPS65219 PMIC | expand |
diff --git a/drivers/mfd/tps65219.c b/drivers/mfd/tps65219.c index 0e402fda206b..e1d090ba4258 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 = {