diff options
author | ChiYuan Huang <cy_huang@richtek.com> | 2023-02-17 10:06:58 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-03-05 23:38:55 +0000 |
commit | 4536f3b93a3373cac21911103cbaa8c4c2932c38 (patch) | |
tree | 87290377b058b84291723a450655d00e9354bcf5 /drivers/regulator/Makefile | |
parent | 2e238605a9d631fc8b9b130ba79cd54f2a22df10 (diff) | |
download | lwn-4536f3b93a3373cac21911103cbaa8c4c2932c38.tar.gz lwn-4536f3b93a3373cac21911103cbaa8c4c2932c38.zip |
regulator: Add support for Richtek RT5739 voltage regulator
The RT5739 is a step-down switching voltage regulator that supports
output voltage ragne from 300mV to 1300mV with the wide input supply
voltage range from 2.5V to 5.5V.
Signed-off-by: ChiYuan Huang <cy_huang@richtek.com>
Link: https://lore.kernel.org/r/1676599618-24819-3-git-send-email-cy_huang@richtek.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 ee383d8fc835..a9fe73309d9e 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -134,6 +134,7 @@ obj-$(CONFIG_REGULATOR_RT4831) += rt4831-regulator.o obj-$(CONFIG_REGULATOR_RT5033) += rt5033-regulator.o obj-$(CONFIG_REGULATOR_RT5120) += rt5120-regulator.o obj-$(CONFIG_REGULATOR_RT5190A) += rt5190a-regulator.o +obj-$(CONFIG_REGULATOR_RT5739) += rt5739.o obj-$(CONFIG_REGULATOR_RT5759) += rt5759-regulator.o obj-$(CONFIG_REGULATOR_RT6160) += rt6160-regulator.o obj-$(CONFIG_REGULATOR_RT6190) += rt6190-regulator.o |