diff options
author | Iskren Chernev <iskren.chernev@gmail.com> | 2020-04-14 19:22:48 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-04-14 20:01:19 +0200 |
commit | e7314653dc08efbf3c6a17fff7290cf2d89ea03b (patch) | |
tree | beb4cafb51ec35c017cdced90a0defcfad6fdcae /drivers/regulator/Kconfig | |
parent | regulator: tps80031: remove redundant assignment to variables ret and val (diff) | |
download | linux-e7314653dc08efbf3c6a17fff7290cf2d89ea03b.tar.xz linux-e7314653dc08efbf3c6a17fff7290cf2d89ea03b.zip |
regulator: max77826: Add max77826 regulator driver
Adding regulator driver for the Maxim max77826 device.
The max77826 PMIC contains a high-efficiency BUCK regulator, a BUCK
BOOST regulator and 15 LDOs. It is designed for smartphone and tablet
applications and is accessed over I2C.
Signed-off-by: Iskren Chernev <iskren.chernev@gmail.com>
Link: https://lore.kernel.org/r/20200414172250.2363235-2-iskren.chernev@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 f4b72cb098ef..e8f7a0965ae9 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -585,6 +585,16 @@ config REGULATOR_MAX77802 Exynos5420/Exynos5800 SoCs to control various voltages. It includes support for control of voltage and ramp speed. +config REGULATOR_MAX77826 + tristate "Maxim 77826 regulator" + depends on I2C + select REGMAP_I2C + help + This driver controls a Maxim 77826 regulator via I2C bus. + The regulator include 15 LDOs, BUCK and BUCK BOOST regulator. + It includes support for control of output voltage. This + regulator is found on the Samsung Galaxy S5 (klte) smartphone. + config REGULATOR_MC13XXX_CORE tristate |