diff options
author | Keerthy <j-keerthy@ti.com> | 2014-02-06 00:50:12 -0500 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-03-19 04:58:06 -0400 |
commit | 44b4dc616365d7897808555d415099330e3af9df (patch) | |
tree | 041fb72168a4e1695e8a8c27bc63c80c3b48db1b /drivers/mfd/Makefile | |
parent | a381b13e2aa064122325de9deaec51d6e4765ad7 (diff) |
mfd: tps65218: Add driver for the TPS65218 PMIC
The TPS65218 chip is a power management IC for Portable Navigation Systems
and Tablet Computing devices. It contains the following components:
- Regulators.
- Over Temperature warning and Shut down.
This patch adds support for tps65218 mfd device. At this time only
the regulator functionality is made available.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r-- | drivers/mfd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index c8eb0bcf4da0..5e5cfbd1b8da 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile | |||
@@ -62,6 +62,7 @@ obj-$(CONFIG_TPS6105X) += tps6105x.o | |||
62 | obj-$(CONFIG_TPS65010) += tps65010.o | 62 | obj-$(CONFIG_TPS65010) += tps65010.o |
63 | obj-$(CONFIG_TPS6507X) += tps6507x.o | 63 | obj-$(CONFIG_TPS6507X) += tps6507x.o |
64 | obj-$(CONFIG_MFD_TPS65217) += tps65217.o | 64 | obj-$(CONFIG_MFD_TPS65217) += tps65217.o |
65 | obj-$(CONFIG_MFD_TPS65218) += tps65218.o | ||
65 | obj-$(CONFIG_MFD_TPS65910) += tps65910.o | 66 | obj-$(CONFIG_MFD_TPS65910) += tps65910.o |
66 | tps65912-objs := tps65912-core.o tps65912-irq.o | 67 | tps65912-objs := tps65912-core.o tps65912-irq.o |
67 | obj-$(CONFIG_MFD_TPS65912) += tps65912.o | 68 | obj-$(CONFIG_MFD_TPS65912) += tps65912.o |