Message ID | 20191010124630.30977-1-adrian.hunter@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | mmc: sdhci-pci: Add support for Intel JSL | expand |
On Thu, 10 Oct 2019 at 14:47, Adrian Hunter <adrian.hunter@intel.com> wrote: > > Add PCI Ids for Intel JSL. > > Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Applied for next, thanks! Kind regards Uffe > --- > drivers/mmc/host/sdhci-pci-core.c | 2 ++ > drivers/mmc/host/sdhci-pci.h | 2 ++ > 2 files changed, 4 insertions(+) > > diff --git a/drivers/mmc/host/sdhci-pci-core.c b/drivers/mmc/host/sdhci-pci-core.c > index 659878a8efb2..6534b4dc3466 100644 > --- a/drivers/mmc/host/sdhci-pci-core.c > +++ b/drivers/mmc/host/sdhci-pci-core.c > @@ -1722,6 +1722,8 @@ static const struct pci_device_id pci_ids[] = { > 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(INTEL, JSL_EMMC, intel_glk_emmc), > + SDHCI_PCI_DEVICE(INTEL, JSL_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 558202fe64c6..981bbbe63aff 100644 > --- a/drivers/mmc/host/sdhci-pci.h > +++ b/drivers/mmc/host/sdhci-pci.h > @@ -55,6 +55,8 @@ > #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_INTEL_JSL_EMMC 0x4dc4 > +#define PCI_DEVICE_ID_INTEL_JSL_SD 0x4df8 > > #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 659878a8efb2..6534b4dc3466 100644 --- a/drivers/mmc/host/sdhci-pci-core.c +++ b/drivers/mmc/host/sdhci-pci-core.c @@ -1722,6 +1722,8 @@ static const struct pci_device_id pci_ids[] = { 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(INTEL, JSL_EMMC, intel_glk_emmc), + SDHCI_PCI_DEVICE(INTEL, JSL_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 558202fe64c6..981bbbe63aff 100644 --- a/drivers/mmc/host/sdhci-pci.h +++ b/drivers/mmc/host/sdhci-pci.h @@ -55,6 +55,8 @@ #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_INTEL_JSL_EMMC 0x4dc4 +#define PCI_DEVICE_ID_INTEL_JSL_SD 0x4df8 #define PCI_DEVICE_ID_SYSKONNECT_8000 0x8000 #define PCI_DEVICE_ID_VIA_95D0 0x95d0
Add PCI Ids for Intel JSL. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> --- drivers/mmc/host/sdhci-pci-core.c | 2 ++ drivers/mmc/host/sdhci-pci.h | 2 ++ 2 files changed, 4 insertions(+)