diff options
author | Wei WANG <wei_wang@realsil.com.cn> | 2013-04-10 22:43:40 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-04-19 12:29:18 -0400 |
commit | 4c4b8c105a7bbd4a8d41ab4458f01174fdf3fcbb (patch) | |
tree | 15e8cadfa536dccd2a73652c1f5e5a678db3f0f9 /drivers/mfd/Makefile | |
parent | 95e50f6a2fe9ece6503e355400c171e0f5de61be (diff) |
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 | |||
12 | obj-$(CONFIG_MFD_CROS_EC_I2C) += cros_ec_i2c.o | 12 | obj-$(CONFIG_MFD_CROS_EC_I2C) += cros_ec_i2c.o |
13 | obj-$(CONFIG_MFD_CROS_EC_SPI) += cros_ec_spi.o | 13 | obj-$(CONFIG_MFD_CROS_EC_SPI) += cros_ec_spi.o |
14 | 14 | ||
15 | rtsx_pci-objs := rtsx_pcr.o rts5209.o rts5229.o rtl8411.o rts5227.o | 15 | rtsx_pci-objs := rtsx_pcr.o rts5209.o rts5229.o rtl8411.o rts5227.o rts5249.o |
16 | obj-$(CONFIG_MFD_RTSX_PCI) += rtsx_pci.o | 16 | obj-$(CONFIG_MFD_RTSX_PCI) += rtsx_pci.o |
17 | 17 | ||
18 | obj-$(CONFIG_HTC_EGPIO) += htc-egpio.o | 18 | obj-$(CONFIG_HTC_EGPIO) += htc-egpio.o |