diff options
author | Wenyou Yang <wenyou.yang@atmel.com> | 2016-02-05 07:33:30 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-02-05 21:18:47 +0300 |
commit | 38c09961048b853afd9429c9b57685a1511bc857 (patch) | |
tree | 9374e7b299fba210eac40b3ed559fea059a526df /drivers/regulator/Makefile | |
parent | 92e963f50fc74041b5e9e744c330dca48e04f08d (diff) | |
download | linux-38c09961048b853afd9429c9b57685a1511bc857.tar.xz |
regulator: act8945a: add regulator driver for ACT8945A
This patch adds new regulator driver to support ACT8945A MFD
chip's regulators.
The ACT8945A has three step-down DC/DC converters and four
low-dropout regulators.
Signed-off-by: Wenyou Yang <wenyou.yang@atmel.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 980b1943fa81..348cfd727350 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -15,6 +15,7 @@ obj-$(CONFIG_REGULATOR_AAT2870) += aat2870-regulator.o obj-$(CONFIG_REGULATOR_AB3100) += ab3100.o obj-$(CONFIG_REGULATOR_AB8500) += ab8500-ext.o ab8500.o obj-$(CONFIG_REGULATOR_ACT8865) += act8865-regulator.o +obj-$(CONFIG_REGULATOR_ACT8945A) += act8945a-regulator.o obj-$(CONFIG_REGULATOR_AD5398) += ad5398.o obj-$(CONFIG_REGULATOR_ANATOP) += anatop-regulator.o obj-$(CONFIG_REGULATOR_ARIZONA) += arizona-micsupp.o arizona-ldo1.o |