aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorGravatar Mark Brown <broonie@kernel.org> 2023-06-07 13:39:25 +0100
committerGravatar Mark Brown <broonie@kernel.org> 2023-06-07 13:39:25 +0100
commit2f2f43dd21f8928128c55afd386472feb679630b (patch)
treea191e3137ba48c9fedbcfb96e27baf72384783b5 /drivers/regulator/Kconfig
parentspi-geni-qcom: Add new interfaces and utilise them (diff)
parentregulator: tps6594-regulator: Add driver for TI TPS6594 regulators (diff)
downloadlinux-2f2f43dd21f8928128c55afd386472feb679630b.tar.gz
linux-2f2f43dd21f8928128c55afd386472feb679630b.tar.bz2
linux-2f2f43dd21f8928128c55afd386472feb679630b.zip
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/Kconfig13
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