diff options
author | AnilKumar Ch <anilkumar@ti.com> | 2012-01-11 05:41:49 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-01-20 07:01:31 -0500 |
commit | a493077f1883a627d6ba2659b0a82888e58d31dd (patch) | |
tree | 15a0bc33a5a7c2c01d648ee3b2293be55f274465 /drivers/regulator/Makefile | |
parent | 62aa492582cd6ce9f5e797ac3197239e63de1df9 (diff) |
regulator: tps65217: Add tps65217 regulator driver
This patch adds tps65217 PMIC as a regulator
The regulator module consists of 3 DCDCs and 4 LDOs. The output
voltages are configurable and are meant to supply power to the
main processor and other components
Signed-off-by: AnilKumar Ch <anilkumar@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
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 66be54a3e680..4cbf8c55f8a9 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile | |||
@@ -40,6 +40,7 @@ obj-$(CONFIG_REGULATOR_AB3100) += ab3100.o | |||
40 | obj-$(CONFIG_REGULATOR_TPS6105X) += tps6105x-regulator.o | 40 | obj-$(CONFIG_REGULATOR_TPS6105X) += tps6105x-regulator.o |
41 | obj-$(CONFIG_REGULATOR_TPS65023) += tps65023-regulator.o | 41 | obj-$(CONFIG_REGULATOR_TPS65023) += tps65023-regulator.o |
42 | obj-$(CONFIG_REGULATOR_TPS6507X) += tps6507x-regulator.o | 42 | obj-$(CONFIG_REGULATOR_TPS6507X) += tps6507x-regulator.o |
43 | obj-$(CONFIG_REGULATOR_TPS65217) += tps65217-regulator.o | ||
43 | obj-$(CONFIG_REGULATOR_TPS6524X) += tps6524x-regulator.o | 44 | obj-$(CONFIG_REGULATOR_TPS6524X) += tps6524x-regulator.o |
44 | obj-$(CONFIG_REGULATOR_TPS65912) += tps65912-regulator.o | 45 | obj-$(CONFIG_REGULATOR_TPS65912) += tps65912-regulator.o |
45 | obj-$(CONFIG_REGULATOR_88PM8607) += 88pm8607.o | 46 | obj-$(CONFIG_REGULATOR_88PM8607) += 88pm8607.o |