summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Makefile
diff options
context:
space:
mode:
authorChiYuan Huang <cy_huang@richtek.com>2022-06-22 18:01:43 +0800
committerMark Brown <broonie@kernel.org>2022-06-23 13:07:50 +0100
commitc0216c0e68f736d20ac02bbaaaf4a216c10e53af (patch)
tree2647c780a434baa78f0cdfa4aeb913030274601f /drivers/regulator/Makefile
parent8c92d9221d47ea97534888e2975ecd54896718d8 (diff)
downloadlinux-stable-c0216c0e68f736d20ac02bbaaaf4a216c10e53af.tar.gz
linux-stable-c0216c0e68f736d20ac02bbaaaf4a216c10e53af.tar.bz2
linux-stable-c0216c0e68f736d20ac02bbaaaf4a216c10e53af.zip
regulator: rt5120: Add PMIC regulator support
Add RT5120 PMIC regulator support. It integrates 4 buck convertes, 1 LDO voltage regulator, 1 external enable signal to control the external power source. Signed-off-by: ChiYuan Huang <cy_huang@richtek.com> Link: https://lore.kernel.org/r/1655892104-10874-4-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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile
index 8d3ee8b6d41d..b74ca8ff9f71 100644
--- a/drivers/regulator/Makefile
+++ b/drivers/regulator/Makefile
@@ -126,6 +126,7 @@ obj-$(CONFIG_REGULATOR_ROHM) += rohm-regulator.o
obj-$(CONFIG_REGULATOR_RT4801) += rt4801-regulator.o
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_RT5759) += rt5759-regulator.o
obj-$(CONFIG_REGULATOR_RT6160) += rt6160-regulator.o