Message ID | 20250527190455.169772-3-s-ramamoorthy@ti.com |
---|---|
State | New |
Headers | show |
Series | [1/2] mfd: tps65219: Update TPS65214 MFD cell's GPIO compatible string | expand |
diff --git a/drivers/mfd/tps65219.c b/drivers/mfd/tps65219.c index 297511025dd4..041a5b563951 100644 --- a/drivers/mfd/tps65219.c +++ b/drivers/mfd/tps65219.c @@ -195,7 +195,7 @@ static const struct mfd_cell tps65214_cells[] = { static const struct mfd_cell tps65215_cells[] = { MFD_CELL_RES("tps65215-regulator", tps65215_regulator_resources), - MFD_CELL_NAME("tps65215-gpio"), + MFD_CELL_NAME("tps65219-gpio"), }; static const struct mfd_cell tps65219_cells[] = {
This patch reflects the change made to move TPS65215 from 1 GPO and 1 GPIO to 2 GPOs and 1 GPIO. TPS65215 and TPS65219 both have 2 GPOs and 1 GPIO. TPS65214 has 1 GPO and 1 GPIO. TPS65215 will reuse the TPS65219 GPIO compatible string. TPS65214 TRM: https://www.ti.com/lit/pdf/slvud30 TPS65215 TRM: https://www.ti.com/lit/pdf/slvucw5/ Fixes: 7f9ed27eead6 ("mfd: tps65219: Add support for TI TPS65215 PMIC") Signed-off-by: Shree Ramamoorthy <s-ramamoorthy@ti.com> --- drivers/mfd/tps65219.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)