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: Update TPS65214 MFD cell's GPIO compatible string

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: 7947219ab1a2 ("mfd: tps65219: Add support for TI TPS65214 PMIC")
Signed-off-by: Shree Ramamoorthy <s-ramamoorthy@ti.com>
Link: https://lore.kernel.org/r/20250527190455.169772-2-s-ramamoorthy@ti.com
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Shree Ramamoorthy and committed by
Lee Jones
6f27d26e f3e332d9

+1 -1
+1 -1
drivers/mfd/tps65219.c
··· 190 190 191 191 static const struct mfd_cell tps65214_cells[] = { 192 192 MFD_CELL_RES("tps65214-regulator", tps65214_regulator_resources), 193 - MFD_CELL_NAME("tps65215-gpio"), 193 + MFD_CELL_NAME("tps65214-gpio"), 194 194 }; 195 195 196 196 static const struct mfd_cell tps65215_cells[] = {