aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Makefile
diff options
context:
space:
mode:
authorGene Chen <gene_chen@richtek.com>2020-08-26 18:49:17 +0800
committerMark Brown <broonie@kernel.org>2020-08-26 13:41:10 +0100
commitd321571d5e4c2d5511b75e6cf1a910e0a0c2a2e9 (patch)
treebb1a49e35741fe8c89c76d020855a86eb248ba23 /drivers/regulator/Makefile
parentregulator: rt4801: Specify additionalProperties: false (diff)
downloadlinux-dev-d321571d5e4c2d5511b75e6cf1a910e0a0c2a2e9.tar.xz
linux-dev-d321571d5e4c2d5511b75e6cf1a910e0a0c2a2e9.zip
regulator: mt6360: Add support for MT6360 regulator
Add MT6360 regulator driver that contains two BUCKs and six LDOs Signed-off-by: Gene Chen <gene_chen@richtek.com> Link: https://lore.kernel.org/r/1598438958-26802-2-git-send-email-gene.chen.richtek@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 9f478e5687b6..d958cc8c5360 100644
--- a/drivers/regulator/Makefile
+++ b/drivers/regulator/Makefile
@@ -88,6 +88,7 @@ obj-$(CONFIG_REGULATOR_MPQ7920) += mpq7920.o
obj-$(CONFIG_REGULATOR_MT6311) += mt6311-regulator.o
obj-$(CONFIG_REGULATOR_MT6323) += mt6323-regulator.o
obj-$(CONFIG_REGULATOR_MT6358) += mt6358-regulator.o
+obj-$(CONFIG_REGULATOR_MT6360) += mt6360-regulator.o
obj-$(CONFIG_REGULATOR_MT6380) += mt6380-regulator.o
obj-$(CONFIG_REGULATOR_MT6397) += mt6397-regulator.o
obj-$(CONFIG_REGULATOR_QCOM_LABIBB) += qcom-labibb-regulator.o