diff options
author | Wei WANG <wei_wang@realsil.com.cn> | 2013-04-11 10:43:40 +0800 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-04-19 18:29:18 +0200 |
commit | 4c4b8c105a7bbd4a8d41ab4458f01174fdf3fcbb (patch) | |
tree | 15e8cadfa536dccd2a73652c1f5e5a678db3f0f9 /drivers/mfd/Makefile | |
parent | 95e50f6a2fe9ece6503e355400c171e0f5de61be (diff) | |
download | linux-4c4b8c105a7bbd4a8d41ab4458f01174fdf3fcbb.tar.bz2 |
mfd: rtsx: Support RTS5249
RTS5249 supports SD UHS-II interface.
In order to support SD UHS-IIļ¼the definitions of some internal
registers of RTS5249 have to be modified and are different from its
predecessors. So we need this patch to ensure RTS5249 can work, even
SD/MMC stack doesn't support UHS-II interface.
Signed-off-by: Wei WANG <wei_wang@realsil.com.cn>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r-- | drivers/mfd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index f62a583b5c85..067656651b02 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile @@ -12,7 +12,7 @@ obj-$(CONFIG_MFD_CROS_EC) += cros_ec.o obj-$(CONFIG_MFD_CROS_EC_I2C) += cros_ec_i2c.o obj-$(CONFIG_MFD_CROS_EC_SPI) += cros_ec_spi.o -rtsx_pci-objs := rtsx_pcr.o rts5209.o rts5229.o rtl8411.o rts5227.o +rtsx_pci-objs := rtsx_pcr.o rts5209.o rts5229.o rtl8411.o rts5227.o rts5249.o obj-$(CONFIG_MFD_RTSX_PCI) += rtsx_pci.o obj-$(CONFIG_HTC_EGPIO) += htc-egpio.o |