OSDN Git Service

regulator: tps6594-regulator: Add driver for TI TPS6594 regulators
authorJerome Neanne <jneanne@baylibre.com>
Mon, 22 May 2023 16:31:15 +0000 (18:31 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 6 Jun 2023 17:17:25 +0000 (18:17 +0100)
commitf17ccc5deb4d024bb52fd3433471e77ab7ae9ad8
tree36790319af6258cceb94d67e285f767cbe6a9b13
parent325bec7157b3859b45b9471447f5d130ab8a8723
regulator: tps6594-regulator: Add driver for TI TPS6594 regulators

This patch adds support for TPS6594 regulators (bucks and LDOs).
The output voltages are configurable and are meant to supply power
to the main processor and other components.
Bucks can be used in single or multiphase mode, depending on PMIC
part number.

Signed-off-by: Jerome Neanne <jneanne@baylibre.com>
Signed-off-by: Esteban Blanc <eblanc@baylibre.com>
Link: https://lore.kernel.org/r/20230522163115.2592883-4-eblanc@baylibre.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/tps6594-regulator.c [new file with mode: 0644]