public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v4 0/5] Add support for TI TPS65224 PMIC
@ 2024-04-22  9:45 Bhargav Raviprakash
  2024-04-22  9:48 ` [PATCH v4 1/5] power: tps65941: Add macros of " Bhargav Raviprakash
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Bhargav Raviprakash @ 2024-04-22  9:45 UTC (permalink / raw)
  To: u-boot
  Cc: d-gole, dan.carpenter, jh80.chung, sjg, trini, m.nirmaladevi,
	Bhargav Raviprakash

TPS65224 is a Power Management IC which provides regulators and others
features like GPIOs, RTC, watchdog, ADC, ESMs (Error Signal Monitor),
and PFSM (Pre-configurable Finite State Machine). The SoC and the PMIC
can communicate through the I2C.

Data Sheet for TPS65224: https://www.ti.com/product/TPS65224-Q1

Reusing the TPS65941 PMIC driver to add support for TPS65224 PMIC 
in U-boot. This includes driver for PMIC and regulator.

The driver was tested on Ti's custom AM62P EVM using U-boot's
pmic list, regulator list, regulator status and regulator value commands.
Since, support for Ti's AM62P is absent in u-boot next, the patches
were applied on ti-u-boot ti-u-boot-2023.04-next and tested.

Changelog v3 -> v4:
- refactoring ldo probe function: removed a redundant branch

Bhargav Raviprakash (5):
  power: tps65941: Add macros of TPS65224 PMIC
  power: pmic: tps65941: Add TI TPS65224 PMIC
  power: regulator: tps65941: Added macros for BUCK ID
  power: regulator: tps65941: use function callbacks for conversion ops
  power: regulator: tps65941: Add TPS65224 PMIC regulator support

 drivers/power/pmic/tps65941.c                |   1 +
 drivers/power/regulator/tps65941_regulator.c | 381 +++++++++++++++++--
 include/power/tps65941.h                     |  30 ++
 3 files changed, 381 insertions(+), 31 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-04-26  6:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-22  9:45 [PATCH v4 0/5] Add support for TI TPS65224 PMIC Bhargav Raviprakash
2024-04-22  9:48 ` [PATCH v4 1/5] power: tps65941: Add macros of " Bhargav Raviprakash
2024-04-22  9:48 ` [PATCH v4 2/5] power: pmic: tps65941: Add TI " Bhargav Raviprakash
2024-04-22  9:48 ` [PATCH v4 3/5] power: regulator: tps65941: Added macros for BUCK ID Bhargav Raviprakash
2024-04-22  9:49 ` [PATCH v4 4/5] power: regulator: tps65941: use function callbacks for conversion ops Bhargav Raviprakash
2024-04-22  9:49 ` [PATCH v4 5/5] power: regulator: tps65941: Add TPS65224 PMIC regulator support Bhargav Raviprakash
2024-04-26  6:34   ` Jaehoon Chung

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox