This series adds I2C support for TI K3 SoCs along with support for the TI tps65219 PMIC chip which is often found on K3 boards. Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- Sascha Hauer (3): i2c: omap: add ti,am64-i2c compatible mfd: add tps65219 support regulator: add tps65219 regulator support drivers/i2c/busses/Kconfig | 2 +- drivers/i2c/busses/i2c-omap.c | 3 + drivers/mfd/Kconfig | 5 + drivers/mfd/Makefile | 1 + drivers/mfd/tps65219.c | 82 ++++++++ drivers/regulator/Kconfig | 4 + drivers/regulator/Makefile | 1 + drivers/regulator/tps65219-regulator.c | 187 ++++++++++++++++++ include/linux/mfd/tps65219.h | 339 +++++++++++++++++++++++++++++++++ 9 files changed, 623 insertions(+), 1 deletion(-) --- base-commit: 06e9050f42fd00f99fa0e5385bce8c1c9d3adf0e change-id: 20250108-k3-i2c-efc0a9c7c807 Best regards, -- Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>