diff options
author | Chao Xie <chao.xie@marvell.com> | 2013-07-18 03:07:03 (GMT) |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-19 18:08:36 (GMT) |
commit | 95f1dc08c6f98a62b5dae6ed86fa04f40fb6b34f (patch) | |
tree | c365a36eac72cccef1c022954b5e86c97f72c561 /drivers/regulator/Makefile | |
parent | e54e6aa245c8a3d349b133bea4f5ad3d491465c9 (diff) | |
download | linux-95f1dc08c6f98a62b5dae6ed86fa04f40fb6b34f.tar.xz |
regulator: 88pm800: add regulator driver for 88pm800
Add the regulator driver for PMIC 88pm800 including device tree
support.
88pm800 is an I2C-based power-management IC containing voltage
regulators, a real-time clock, and some general purpose ADC devices,
Signed-off-by: Yi Zhang <yizhang@marvell.com>
Signed-off-by: Chao Xie <chao.xie@marvell.com>
Signed-off-by: Mark Brown <broonie@linaro.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 d240772..e292f26 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -9,6 +9,7 @@ obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o obj-$(CONFIG_REGULATOR_USERSPACE_CONSUMER) += userspace-consumer.o +obj-$(CONFIG_REGULATOR_88PM800) += 88pm800.o obj-$(CONFIG_REGULATOR_88PM8607) += 88pm8607.o obj-$(CONFIG_REGULATOR_AAT2870) += aat2870-regulator.o obj-$(CONFIG_REGULATOR_AB3100) += ab3100.o |