diff options
author | Beniamino Galvani <b.galvani@gmail.com> | 2014-08-30 08:50:23 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-09-26 03:15:51 -0400 |
commit | 9bb9e29c78f8d8ee310987fd58a2b908a4ce0c40 (patch) | |
tree | 452bf5021eefa54b8d05a60554f83f306e726a16 /drivers/mfd/Makefile | |
parent | 6ac734d2242949f41eb1346ca0fd4ed010c937aa (diff) |
mfd: Add Ricoh RN5T618 PMIC core driver
Ricoh RN5T618 is a power management IC which integrates 3 step-down
DCDC converters, 7 low-dropout regulators, a Li-ion battery charger,
fuel gauge, ADC, GPIOs and a watchdog timer.
This commit adds a MFD core driver to support the I2C communication
with the device.
Signed-off-by: Beniamino Galvani <b.galvani@gmail.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 d58068aa8aa9..aa5a73a5ba47 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile | |||
@@ -160,6 +160,7 @@ obj-$(CONFIG_MFD_INTEL_MSIC) += intel_msic.o | |||
160 | obj-$(CONFIG_MFD_PALMAS) += palmas.o | 160 | obj-$(CONFIG_MFD_PALMAS) += palmas.o |
161 | obj-$(CONFIG_MFD_VIPERBOARD) += viperboard.o | 161 | obj-$(CONFIG_MFD_VIPERBOARD) += viperboard.o |
162 | obj-$(CONFIG_MFD_RC5T583) += rc5t583.o rc5t583-irq.o | 162 | obj-$(CONFIG_MFD_RC5T583) += rc5t583.o rc5t583-irq.o |
163 | obj-$(CONFIG_MFD_RN5T618) += rn5t618.o | ||
163 | obj-$(CONFIG_MFD_SEC_CORE) += sec-core.o sec-irq.o | 164 | obj-$(CONFIG_MFD_SEC_CORE) += sec-core.o sec-irq.o |
164 | obj-$(CONFIG_MFD_SYSCON) += syscon.o | 165 | obj-$(CONFIG_MFD_SYSCON) += syscon.o |
165 | obj-$(CONFIG_MFD_LM3533) += lm3533-core.o lm3533-ctrlbank.o | 166 | obj-$(CONFIG_MFD_LM3533) += lm3533-core.o lm3533-ctrlbank.o |