diff options
author | ChiYuan Huang <cy_huang@richtek.com> | 2022-06-23 13:56:26 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-06-23 16:48:20 +0200 |
commit | 8171c93bac1bf9e98269b2efb19ef4e6c4e55ed7 (patch) | |
tree | e54b82a62e50cd5b86477749c0c297e1c8081689 /drivers/regulator/Makefile | |
parent | regulator: rt5120: Add PMIC regulator support (diff) | |
download | linux-8171c93bac1bf9e98269b2efb19ef4e6c4e55ed7.tar.xz linux-8171c93bac1bf9e98269b2efb19ef4e6c4e55ed7.zip |
regulator: mt6370: Add mt6370 DisplayBias and VibLDO support
Add mt6370 DisplayBias and VibLDO support.
Signed-off-by: ChiYuan Huang <cy_huang@richtek.com>
Link: https://lore.kernel.org/r/20220623115631.22209-10-peterwu.pub@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 b74ca8ff9f71..a9c392587120 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -97,6 +97,7 @@ obj-$(CONFIG_REGULATOR_MT6323) += mt6323-regulator.o obj-$(CONFIG_REGULATOR_MT6358) += mt6358-regulator.o obj-$(CONFIG_REGULATOR_MT6359) += mt6359-regulator.o obj-$(CONFIG_REGULATOR_MT6360) += mt6360-regulator.o +obj-$(CONFIG_REGULATOR_MT6370) += mt6370-regulator.o obj-$(CONFIG_REGULATOR_MT6380) += mt6380-regulator.o obj-$(CONFIG_REGULATOR_MT6397) += mt6397-regulator.o obj-$(CONFIG_REGULATOR_MTK_DVFSRC) += mtk-dvfsrc-regulator.o |