diff options
author | Baolin Wang <baolin.wang@spreadtrum.com> | 2017-11-01 10:32:08 +0800 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2017-11-01 09:32:54 +0000 |
commit | 25ca4ae43466a47c563b5b82d49c72f5cc918de8 (patch) | |
tree | 1cd1cb81a6773cf361a695a53fdd62c9f2ff2591 /drivers/mfd/Makefile | |
parent | 9f17ceaa01133e9a67fd796617446e9499570e3d (diff) | |
download | linux-25ca4ae43466a47c563b5b82d49c72f5cc918de8.tar.bz2 |
mfd: Add Spreadtrum SC27xx series PMICs driver
This patch adds support for Spreadtrum SC27xx series PMIC MFD core, and It
provides communication through the SPI interfaces. The SC27xx series PMICs
contains the following 6 major components:
- DCDCs
- LDOs
- Battery management system
- Audio codec
- User interface function, such as indicator, flash LED
- IC level function, such as power on/off, type-c
Signed-off-by: Baolin Wang <baolin.wang@spreadtrum.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 5d26f4064588..c5feaaef90ba 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile @@ -227,3 +227,4 @@ obj-$(CONFIG_MFD_SUN4I_GPADC) += sun4i-gpadc.o obj-$(CONFIG_MFD_STM32_LPTIMER) += stm32-lptimer.o obj-$(CONFIG_MFD_STM32_TIMERS) += stm32-timers.o obj-$(CONFIG_MFD_MXS_LRADC) += mxs-lradc.o +obj-$(CONFIG_MFD_SC27XX_PMIC) += sprd-sc27xx-spi.o |