Message ID | 20190730060723.21715-1-adrian.hunter@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | mmc: sdhci-pci: Add another Id for Intel CML | expand |
On Tue, 30 Jul 2019 at 08:08, Adrian Hunter <adrian.hunter@intel.com> wrote: > > Add another PCI Id for Intel CML. > > Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Applied for next, thanks! Kind regards Uffe > --- > drivers/mmc/host/sdhci-pci-core.c | 1 + > drivers/mmc/host/sdhci-pci.h | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/drivers/mmc/host/sdhci-pci-core.c b/drivers/mmc/host/sdhci-pci-core.c > index 30d6051cd1d5..e1ca185d7328 100644 > --- a/drivers/mmc/host/sdhci-pci-core.c > +++ b/drivers/mmc/host/sdhci-pci-core.c > @@ -1672,6 +1672,7 @@ static const struct pci_device_id pci_ids[] = { > SDHCI_PCI_DEVICE(INTEL, EHL_SD, intel_byt_sd), > SDHCI_PCI_DEVICE(INTEL, CML_EMMC, intel_glk_emmc), > SDHCI_PCI_DEVICE(INTEL, CML_SD, intel_byt_sd), > + SDHCI_PCI_DEVICE(INTEL, CMLH_SD, intel_byt_sd), > SDHCI_PCI_DEVICE(O2, 8120, o2), > SDHCI_PCI_DEVICE(O2, 8220, o2), > SDHCI_PCI_DEVICE(O2, 8221, o2), > diff --git a/drivers/mmc/host/sdhci-pci.h b/drivers/mmc/host/sdhci-pci.h > index cdd15f357d01..1abc9d47a4c0 100644 > --- a/drivers/mmc/host/sdhci-pci.h > +++ b/drivers/mmc/host/sdhci-pci.h > @@ -54,6 +54,7 @@ > #define PCI_DEVICE_ID_INTEL_EHL_SD 0x4b48 > #define PCI_DEVICE_ID_INTEL_CML_EMMC 0x02c4 > #define PCI_DEVICE_ID_INTEL_CML_SD 0x02f5 > +#define PCI_DEVICE_ID_INTEL_CMLH_SD 0x06f5 > > #define PCI_DEVICE_ID_SYSKONNECT_8000 0x8000 > #define PCI_DEVICE_ID_VIA_95D0 0x95d0 > -- > 2.17.1 >
diff --git a/drivers/mmc/host/sdhci-pci-core.c b/drivers/mmc/host/sdhci-pci-core.c index 30d6051cd1d5..e1ca185d7328 100644 --- a/drivers/mmc/host/sdhci-pci-core.c +++ b/drivers/mmc/host/sdhci-pci-core.c @@ -1672,6 +1672,7 @@ static const struct pci_device_id pci_ids[] = { SDHCI_PCI_DEVICE(INTEL, EHL_SD, intel_byt_sd), SDHCI_PCI_DEVICE(INTEL, CML_EMMC, intel_glk_emmc), SDHCI_PCI_DEVICE(INTEL, CML_SD, intel_byt_sd), + SDHCI_PCI_DEVICE(INTEL, CMLH_SD, intel_byt_sd), SDHCI_PCI_DEVICE(O2, 8120, o2), SDHCI_PCI_DEVICE(O2, 8220, o2), SDHCI_PCI_DEVICE(O2, 8221, o2), diff --git a/drivers/mmc/host/sdhci-pci.h b/drivers/mmc/host/sdhci-pci.h index cdd15f357d01..1abc9d47a4c0 100644 --- a/drivers/mmc/host/sdhci-pci.h +++ b/drivers/mmc/host/sdhci-pci.h @@ -54,6 +54,7 @@ #define PCI_DEVICE_ID_INTEL_EHL_SD 0x4b48 #define PCI_DEVICE_ID_INTEL_CML_EMMC 0x02c4 #define PCI_DEVICE_ID_INTEL_CML_SD 0x02f5 +#define PCI_DEVICE_ID_INTEL_CMLH_SD 0x06f5 #define PCI_DEVICE_ID_SYSKONNECT_8000 0x8000 #define PCI_DEVICE_ID_VIA_95D0 0x95d0
Add another PCI Id for Intel CML. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> --- drivers/mmc/host/sdhci-pci-core.c | 1 + drivers/mmc/host/sdhci-pci.h | 1 + 2 files changed, 2 insertions(+)