diff options
author | Keerthy <j-keerthy@ti.com> | 2016-05-10 09:34:39 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-05-11 17:53:08 +0100 |
commit | 994aae32b13e373dcbe001af33d5b01379483463 (patch) | |
tree | 9629cae2f67f43198c42e39a900fa4d8e3cbc747 /drivers/regulator/Kconfig | |
parent | f55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff) | |
download | linux-stable-994aae32b13e373dcbe001af33d5b01379483463.tar.gz linux-stable-994aae32b13e373dcbe001af33d5b01379483463.tar.bz2 linux-stable-994aae32b13e373dcbe001af33d5b01379483463.zip |
regulator: lp873x: Add support for lp873x PMIC regulators
The regulators set consists of 2 BUCKs and 2 LDOs. The output
voltages are configurable and are meant to supply power to the
main processor and other components. The ramp delay is configurable
for both BUCKs.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index c77dc08b1202..4d2d737f8c7e 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -321,6 +321,15 @@ config REGULATOR_LP872X help This driver supports LP8720/LP8725 PMIC +config REGULATOR_LP873X + tristate "TI LP873X Power regulators" + depends on MFD_LP873X && OF + help + This driver supports LP873X voltage regulator chips. LP873X + provides two step-down converters and two general-purpose LDO + voltage regulators. It supports software based voltage control + for different voltage domains + config REGULATOR_LP8755 tristate "TI LP8755 High Performance PMU driver" depends on I2C |