diff options
author | Saravanan Sekar <sravanhome@gmail.com> | 2020-01-09 20:53:46 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-01-09 21:24:54 +0000 |
commit | 6501c1f54a172fb0a4a9413eb62ab672ab3d8e7c (patch) | |
tree | 8f5b870b420471d873e60bcbb4c30dedef81d4b6 /drivers/regulator/Kconfig | |
parent | c5bae95b4e60a07dd4f06452ccae5805ed16b40d (diff) | |
download | linux-6501c1f54a172fb0a4a9413eb62ab672ab3d8e7c.tar.gz linux-6501c1f54a172fb0a4a9413eb62ab672ab3d8e7c.tar.bz2 linux-6501c1f54a172fb0a4a9413eb62ab672ab3d8e7c.zip |
regulator: mpq7920: add mpq7920 regulator driver
Adding regulator driver for the device mpq7920.
The MPQ7920 PMIC device contains four DC-DC buck converters and
five regulators, is designed for automotive and accessed over I2C.
Fixed sparse warning reported on this patch
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Saravanan Sekar <sravanhome@gmail.com>
Link: https://lore.kernel.org/r/20200109195346.30270-1-sravanhome@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 593733a88a61..9fe2aa9fbbc1 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -623,6 +623,16 @@ config REGULATOR_MP8859 Say M here if you want to include support for the regulator as a module. The module will be named "mp8859". +config REGULATOR_MPQ7920 + tristate "Monolithic MPQ7920 PMIC" + depends on I2C && OF + select REGMAP_I2C + help + Say y here to support the MPQ7920 PMIC. This will enable supports + the software controllable 4 buck and 5 LDO regulators. + This driver supports the control of different power rails of device + through regulator interface. + config REGULATOR_MT6311 tristate "MediaTek MT6311 PMIC" depends on I2C |