diff options
author | Axel Lin <axel.lin@gmail.com> | 2010-09-16 04:48:49 -0400 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2010-10-28 17:40:31 -0400 |
commit | 5976f0959d5251ae5b4db848eaa2f42a19e98652 (patch) | |
tree | ee8396999d0b037a72bc5b8b8e5c8f18e10c0d49 /drivers/regulator/Makefile | |
parent | 202f4f53e503ae09b431459131b5b3a99fa6d839 (diff) |
Regulator: LP3972 PMIC regulator driver
This patch adds regulator drivers for National Semiconductors LP3972 PMIC.
This LP3972 PMIC controller has 3 DC/DC voltage converters and 5 low drop-out
(LDO) regulators. LP3972 PMIC controller uses I2C interface.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
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 beff6da6eff6..6cae6419b8b1 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile | |||
@@ -12,6 +12,7 @@ obj-$(CONFIG_REGULATOR_AD5398) += ad5398.o | |||
12 | obj-$(CONFIG_REGULATOR_BQ24022) += bq24022.o | 12 | obj-$(CONFIG_REGULATOR_BQ24022) += bq24022.o |
13 | obj-$(CONFIG_REGULATOR_DUMMY) += dummy.o | 13 | obj-$(CONFIG_REGULATOR_DUMMY) += dummy.o |
14 | obj-$(CONFIG_REGULATOR_LP3971) += lp3971.o | 14 | obj-$(CONFIG_REGULATOR_LP3971) += lp3971.o |
15 | obj-$(CONFIG_REGULATOR_LP3972) += lp3972.o | ||
15 | obj-$(CONFIG_REGULATOR_MAX1586) += max1586.o | 16 | obj-$(CONFIG_REGULATOR_MAX1586) += max1586.o |
16 | obj-$(CONFIG_REGULATOR_TWL4030) += twl-regulator.o | 17 | obj-$(CONFIG_REGULATOR_TWL4030) += twl-regulator.o |
17 | obj-$(CONFIG_REGULATOR_MAX8649) += max8649.o | 18 | obj-$(CONFIG_REGULATOR_MAX8649) += max8649.o |