diff options
author | Mark Brown <broonie@kernel.org> | 2023-06-07 15:39:25 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-06-07 15:39:25 +0300 |
commit | 2f2f43dd21f8928128c55afd386472feb679630b (patch) | |
tree | a191e3137ba48c9fedbcfb96e27baf72384783b5 /drivers/regulator/Kconfig | |
parent | 30e15cb0fbb51513586a49d299798245a1c4a207 (diff) | |
parent | f17ccc5deb4d024bb52fd3433471e77ab7ae9ad8 (diff) | |
download | linux-2f2f43dd21f8928128c55afd386472feb679630b.tar.xz |
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/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 7bbaf5991268..c0aa3800a9e9 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -1474,6 +1474,19 @@ config REGULATOR_TPS65219 voltage regulators. It supports software based voltage control for different voltage domains. +config REGULATOR_TPS6594 + tristate "TI TPS6594 Power regulators" + depends on MFD_TPS6594 && OF + default MFD_TPS6594 + help + This driver supports TPS6594 voltage regulator chips. + TPS6594 series of PMICs have 5 BUCKs and 4 LDOs + voltage regulators. + BUCKs 1,2,3,4 can be used in single phase or multiphase mode. + Part number defines which single or multiphase mode is i used. + It supports software based voltage control + for different voltage domains. + config REGULATOR_TPS6524X tristate "TI TPS6524X Power regulators" depends on SPI |