diff options
author | ChiYuan Huang <cy_huang@richtek.com> | 2021-06-03 13:57:24 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-06-03 19:34:51 +0100 |
commit | a747070e9b629eeb70118651dfbd500bf8bb5ebe (patch) | |
tree | 92c545b3b084cefad8a89bdcdc22898231691d6f /drivers/regulator/Kconfig | |
parent | 1623d767c7ec563d6e52ab76426377bfdde68f97 (diff) |
regulator: rt6245: Add support for Richtek RT6245
Richtek RT6245 is a high-performance, synchronous step-down converter
that can deliver up to 14A output current with an input supply voltage
range of 4.5V to 17V.
Signed-off-by: ChiYuan Huang <cy_huang@richtek.com>
Link: https://lore.kernel.org/r/1622699844-19203-2-git-send-email-u0084500@gmail.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 50c608e6d006..ef493f1d712d 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -1031,6 +1031,15 @@ config REGULATOR_RT6160 The wide output range is from 2025mV to 5200mV and can be used on most common application scenario. +config REGULATOR_RT6245 + tristate "Richtek RT6245 voltage regulator" + depends on I2C + select REGMAP_I2C + help + This adds supprot for Richtek RT6245 voltage regulator. + It can support up to 14A output current and adjustable output voltage + from 0.4375V to 1.3875V, per step 12.5mV. + config REGULATOR_RTMV20 tristate "RTMV20 Laser Diode Regulator" depends on I2C |