Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Adrian Hunter and committed by
Ulf Hansson
06bf9c56 4351f19a

+9
+8
drivers/mmc/host/sdhci-pci-core.c
··· 1109 1109 }, 1110 1110 1111 1111 { 1112 + .vendor = PCI_VENDOR_ID_INTEL, 1113 + .device = PCI_DEVICE_ID_INTEL_DNV_EMMC, 1114 + .subvendor = PCI_ANY_ID, 1115 + .subdevice = PCI_ANY_ID, 1116 + .driver_data = (kernel_ulong_t)&sdhci_intel_byt_emmc, 1117 + }, 1118 + 1119 + { 1112 1120 .vendor = PCI_VENDOR_ID_O2, 1113 1121 .device = PCI_DEVICE_ID_O2_8120, 1114 1122 .subvendor = PCI_ANY_ID,
+1
drivers/mmc/host/sdhci-pci.h
··· 24 24 #define PCI_DEVICE_ID_INTEL_SPT_EMMC 0x9d2b 25 25 #define PCI_DEVICE_ID_INTEL_SPT_SDIO 0x9d2c 26 26 #define PCI_DEVICE_ID_INTEL_SPT_SD 0x9d2d 27 + #define PCI_DEVICE_ID_INTEL_DNV_EMMC 0x19db 27 28 28 29 /* 29 30 * PCI registers