public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/4] Add support for TPS65219 PMIC on AM64X-SKEVM
@ 2022-04-27 11:28 Neil Armstrong
  2022-04-27 11:28 ` [PATCH 1/4] power: add driver for the TPS65219 PMIC Neil Armstrong
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Neil Armstrong @ 2022-04-27 11:28 UTC (permalink / raw)
  To: d-gerlach, jh80.chung; +Cc: u-boot, khilman, Neil Armstrong

This serie adds support for the TPS65219 PMIC available on the E4
revision of the AM64X-SKEVM board.

Neil Armstrong (4):
  power: add driver for the TPS65219 PMIC
  regulator: add driver for the TPS65219 BUCK & LDO regulators
  config: enable TPS65219 for am64x_evm_a53 boards
  ARM: dts: k3-am642-sk-u-boot: add PMIC node

 arch/arm/dts/k3-am642-sk-u-boot.dtsi         |  61 +++
 configs/am64x_evm_a53_defconfig              |   6 +
 drivers/power/pmic/Kconfig                   |   6 +
 drivers/power/pmic/Makefile                  |   1 +
 drivers/power/pmic/tps65219.c                |  88 +++++
 drivers/power/regulator/Kconfig              |   9 +
 drivers/power/regulator/Makefile             |   1 +
 drivers/power/regulator/tps65219_regulator.c | 380 +++++++++++++++++++
 include/power/tps65219.h                     |  46 +++
 9 files changed, 598 insertions(+)
 create mode 100644 drivers/power/pmic/tps65219.c
 create mode 100644 drivers/power/regulator/tps65219_regulator.c
 create mode 100644 include/power/tps65219.h

-- 
2.25.1


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

end of thread, other threads:[~2022-05-16 23:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-27 11:28 [PATCH 0/4] Add support for TPS65219 PMIC on AM64X-SKEVM Neil Armstrong
2022-04-27 11:28 ` [PATCH 1/4] power: add driver for the TPS65219 PMIC Neil Armstrong
2022-05-09 20:18   ` Tom Rini
2022-05-16 23:50   ` Jaehoon Chung
2022-04-27 11:28 ` [PATCH 2/4] regulator: add driver for the TPS65219 BUCK & LDO regulators Neil Armstrong
2022-05-09 20:18   ` Tom Rini
2022-04-27 11:28 ` [PATCH 3/4] config: enable TPS65219 for am64x_evm_a53 boards Neil Armstrong
2022-05-09 20:18   ` Tom Rini
2022-04-27 11:28 ` [PATCH 4/4] ARM: dts: k3-am642-sk-u-boot: add PMIC node Neil Armstrong
2022-05-09 20:18   ` Tom Rini

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