diff options
author | ChiYuan Huang <cy_huang@richtek.com> | 2022-06-22 12:01:43 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-06-23 14:07:50 +0200 |
commit | c0216c0e68f736d20ac02bbaaaf4a216c10e53af (patch) | |
tree | 2647c780a434baa78f0cdfa4aeb913030274601f /drivers/regulator/Makefile | |
parent | regulator: rpi-panel-attiny: Use backlight helper (diff) | |
download | linux-c0216c0e68f736d20ac02bbaaaf4a216c10e53af.tar.xz linux-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/Makefile | 1 |
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 |