diff options
author | Robert Jarzmik <robert.jarzmik@free.fr> | 2009-04-23 14:10:43 -0400 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2009-06-15 06:18:22 -0400 |
commit | 55f4fa4e33e90c6b25b4c8ed038392a73b654fef (patch) | |
tree | 59e9c50090ca6f2bc5ed1a743c0521560c77fcfa /drivers/regulator/Makefile | |
parent | 45e3e1935e2857c54783291107d33323b3ef33c8 (diff) |
Maxim 1586 regulator driver
The Maxim 1586 regulator is a voltage regulator with 2
voltage outputs, specially suitable for Marvell PXA
chips. One output is in the range of required VCC_CORE by
the PXA27x chips, the other in the VCC_USIM required as well
by PXA27x chips.
The chip is controlled through the I2C bus.
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
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 bac133afc061..1d7de87a8e1e 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile | |||
@@ -8,6 +8,7 @@ obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o | |||
8 | obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o | 8 | obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o |
9 | 9 | ||
10 | obj-$(CONFIG_REGULATOR_BQ24022) += bq24022.o | 10 | obj-$(CONFIG_REGULATOR_BQ24022) += bq24022.o |
11 | obj-$(CONFIG_REGULATOR_MAX1586) += max1586.o | ||
11 | obj-$(CONFIG_REGULATOR_TWL4030) += twl4030-regulator.o | 12 | obj-$(CONFIG_REGULATOR_TWL4030) += twl4030-regulator.o |
12 | obj-$(CONFIG_REGULATOR_WM8350) += wm8350-regulator.o | 13 | obj-$(CONFIG_REGULATOR_WM8350) += wm8350-regulator.o |
13 | obj-$(CONFIG_REGULATOR_WM8400) += wm8400-regulator.o | 14 | obj-$(CONFIG_REGULATOR_WM8400) += wm8400-regulator.o |