summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-pci-core.c
diff options
context:
space:
mode:
authorAdrian Hunter <adrian.hunter@intel.com>2015-10-06 10:26:21 +0300
committerUlf Hansson <ulf.hansson@linaro.org>2015-10-26 16:00:07 +0100
commit06bf9c565444643ce2732f8a297f76b953acde6b (patch)
tree96ba068da41ee838d789b51abec2e855cfb4da71 /drivers/mmc/host/sdhci-pci-core.c
parent4351f19a337d48a780762d076408ebe9b0c1f945 (diff)
downloadlinux-stable-06bf9c565444643ce2732f8a297f76b953acde6b.tar.gz
linux-stable-06bf9c565444643ce2732f8a297f76b953acde6b.tar.bz2
linux-stable-06bf9c565444643ce2732f8a297f76b953acde6b.zip
mmc: sdhci-pci: Add another PCI ID for an Intel eMMC host controller
Add another PCI ID for an Intel eMMC host controller. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/sdhci-pci-core.c')
-rw-r--r--drivers/mmc/host/sdhci-pci-core.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-pci-core.c b/drivers/mmc/host/sdhci-pci-core.c
index 6d86dc882a83..b6f6117cb233 100644
--- a/drivers/mmc/host/sdhci-pci-core.c
+++ b/drivers/mmc/host/sdhci-pci-core.c
@@ -1109,6 +1109,14 @@ static const struct pci_device_id pci_ids[] = {
},
{
+ .vendor = PCI_VENDOR_ID_INTEL,
+ .device = PCI_DEVICE_ID_INTEL_DNV_EMMC,
+ .subvendor = PCI_ANY_ID,
+ .subdevice = PCI_ANY_ID,
+ .driver_data = (kernel_ulong_t)&sdhci_intel_byt_emmc,
+ },
+
+ {
.vendor = PCI_VENDOR_ID_O2,
.device = PCI_DEVICE_ID_O2_8120,
.subvendor = PCI_ANY_ID,