diff options
author | Jerome Neanne <jneanne@baylibre.com> | 2023-05-22 18:31:15 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-06-06 19:17:25 +0200 |
commit | f17ccc5deb4d024bb52fd3433471e77ab7ae9ad8 (patch) | |
tree | 36790319af6258cceb94d67e285f767cbe6a9b13 /drivers/regulator/Makefile | |
parent | mfd: tps6594: Add driver for TI TPS6594 PMIC (diff) | |
download | linux-f17ccc5deb4d024bb52fd3433471e77ab7ae9ad8.tar.xz linux-f17ccc5deb4d024bb52fd3433471e77ab7ae9ad8.zip |
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>
Diffstat (limited to 'drivers/regulator/Makefile')
-rw-r--r-- | drivers/regulator/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile index 58dfe0147cd4..8bbead39cceb 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -174,6 +174,7 @@ obj-$(CONFIG_REGULATOR_TPS6524X) += tps6524x-regulator.o obj-$(CONFIG_REGULATOR_TPS6586X) += tps6586x-regulator.o obj-$(CONFIG_REGULATOR_TPS65910) += tps65910-regulator.o obj-$(CONFIG_REGULATOR_TPS65912) += tps65912-regulator.o +obj-$(CONFIG_REGULATOR_TPS6594) += tps6594-regulator.o obj-$(CONFIG_REGULATOR_TPS65132) += tps65132-regulator.o obj-$(CONFIG_REGULATOR_TPS68470) += tps68470-regulator.o obj-$(CONFIG_REGULATOR_TWL4030) += twl-regulator.o twl6030-regulator.o |