diff options
author | ChiYuan Huang <cy_huang@richtek.com> | 2021-06-03 07:57:24 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-06-03 20:34:51 +0200 |
commit | a747070e9b629eeb70118651dfbd500bf8bb5ebe (patch) | |
tree | 92c545b3b084cefad8a89bdcdc22898231691d6f /drivers/regulator/Makefile | |
parent | regulator: rt6245: Add the binding document for Richtek RT6245 (diff) | |
download | linux-a747070e9b629eeb70118651dfbd500bf8bb5ebe.tar.xz linux-a747070e9b629eeb70118651dfbd500bf8bb5ebe.zip |
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/Makefile')
-rw-r--r-- | drivers/regulator/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile index 4aa5533bd8ee..4143a418ff64 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -124,6 +124,7 @@ obj-$(CONFIG_REGULATOR_RT4801) += rt4801-regulator.o obj-$(CONFIG_REGULATOR_RT4831) += rt4831-regulator.o obj-$(CONFIG_REGULATOR_RT5033) += rt5033-regulator.o obj-$(CONFIG_REGULATOR_RT6160) += rt6160-regulator.o +obj-$(CONFIG_REGULATOR_RT6245) += rt6245-regulator.o obj-$(CONFIG_REGULATOR_RTMV20) += rtmv20-regulator.o obj-$(CONFIG_REGULATOR_S2MPA01) += s2mpa01.o obj-$(CONFIG_REGULATOR_S2MPS11) += s2mps11.o |