regulator: add driver for the TPS65219 BUCK & LDO regulators
authorNeil Armstrong <narmstrong@baylibre.com>
Wed, 27 Apr 2022 11:28:10 +0000 (13:28 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 9 May 2022 17:40:24 +0000 (13:40 -0400)
commit411502ccb81da2626046dd5eb2399e6e983b0c44
tree06a988bf3907320f71ac2365d99e9ffeebba7ba0
parentb5cfa0c7ca4f793df26525cac0ab8e03ed433218
regulator: add driver for the TPS65219 BUCK & LDO regulators

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

This adds the driver for the Buck converters & linear regulators.

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