]> git.dujemihanovic.xyz Git - u-boot.git/commit
power: add driver for the TPS65219 PMIC
authorNeil Armstrong <narmstrong@baylibre.com>
Wed, 27 Apr 2022 11:28:09 +0000 (13:28 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 9 May 2022 17:40:24 +0000 (13:40 -0400)
commitb5cfa0c7ca4f793df26525cac0ab8e03ed433218
tree4a254d808d0d84bfeb6fa8f5135e857d2f961548
parentc7484ce0913f17b146ce60d26ebeca79df6e9d6e
power: add driver for the TPS65219 PMIC

The TPS65219 I2S PMIC features 3 Buck converters and 4 linear regulators,
2 GPOs, 1 GPIO, and 3 multi-function-pin.

This adds the PMIC driver, loading the regulator sub-nodes.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
drivers/power/pmic/Kconfig
drivers/power/pmic/Makefile
drivers/power/pmic/tps65219.c [new file with mode: 0644]
include/power/tps65219.h [new file with mode: 0644]