Skip to content

Commit cdaba73

Browse files
ahunter6storulf
authored andcommitted
mmc: sdhci-pci: Add support for Intel CDF
Add PCI Id for Intel CDF. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent 79ea73b commit cdaba73

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

drivers/mmc/host/sdhci-pci-core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,6 +1290,7 @@ static const struct pci_device_id pci_ids[] = {
12901290
SDHCI_PCI_DEVICE(INTEL, SPT_SDIO, intel_byt_sdio),
12911291
SDHCI_PCI_DEVICE(INTEL, SPT_SD, intel_byt_sd),
12921292
SDHCI_PCI_DEVICE(INTEL, DNV_EMMC, intel_byt_emmc),
1293+
SDHCI_PCI_DEVICE(INTEL, CDF_EMMC, intel_glk_emmc),
12931294
SDHCI_PCI_DEVICE(INTEL, BXT_EMMC, intel_byt_emmc),
12941295
SDHCI_PCI_DEVICE(INTEL, BXT_SDIO, intel_byt_sdio),
12951296
SDHCI_PCI_DEVICE(INTEL, BXT_SD, intel_byt_sd),

drivers/mmc/host/sdhci-pci.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#define PCI_DEVICE_ID_INTEL_SPT_SDIO 0x9d2c
2626
#define PCI_DEVICE_ID_INTEL_SPT_SD 0x9d2d
2727
#define PCI_DEVICE_ID_INTEL_DNV_EMMC 0x19db
28+
#define PCI_DEVICE_ID_INTEL_CDF_EMMC 0x18db
2829
#define PCI_DEVICE_ID_INTEL_BXT_SD 0x0aca
2930
#define PCI_DEVICE_ID_INTEL_BXT_EMMC 0x0acc
3031
#define PCI_DEVICE_ID_INTEL_BXT_SDIO 0x0ad0

0 commit comments

Comments
 (0)