diff options
author | Mark Brown <broonie@kernel.org> | 2023-06-07 13:39:25 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-06-07 13:39:25 +0100 |
commit | 2f2f43dd21f8928128c55afd386472feb679630b (patch) | |
tree | a191e3137ba48c9fedbcfb96e27baf72384783b5 /drivers/regulator/Makefile | |
parent | 30e15cb0fbb51513586a49d299798245a1c4a207 (diff) | |
parent | f17ccc5deb4d024bb52fd3433471e77ab7ae9ad8 (diff) |
TI TPS6594 PMIC support (RTC, pinctrl, regulators)
Merge series from Esteban Blanc <eblanc@baylibre.com>:
TPS6594 is a Power Management IC which provides regulators and others
features like GPIOs, RTC, watchdog, ESMs (Error Signal Monitor), and
PFSM (Pre-configurable Finite State Machine). The SoC and the PMIC can
communicate through the I2C or SPI interfaces.
TPS6594 is the super-set device while TPS6593 and LP8764 are derivatives.
This series adds support to TI TPS6594 PMIC and its derivatives.
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 0b3ad1b0a999..81747885ec97 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -175,6 +175,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 |