Skip to content

Commit 315e3bd

Browse files
ahunter6storulf
authored andcommitted
mmc: sdhci-pci: Add support for Intel JSL
Add PCI Ids for Intel JSL. Signed-off-by: Adrian Hunter <[email protected]> Signed-off-by: Ulf Hansson <[email protected]>
1 parent 80fe4e9 commit 315e3bd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1722,6 +1722,8 @@ static const struct pci_device_id pci_ids[] = {
17221722
SDHCI_PCI_DEVICE(INTEL, CML_EMMC, intel_glk_emmc),
17231723
SDHCI_PCI_DEVICE(INTEL, CML_SD, intel_byt_sd),
17241724
SDHCI_PCI_DEVICE(INTEL, CMLH_SD, intel_byt_sd),
1725+
SDHCI_PCI_DEVICE(INTEL, JSL_EMMC, intel_glk_emmc),
1726+
SDHCI_PCI_DEVICE(INTEL, JSL_SD, intel_byt_sd),
17251727
SDHCI_PCI_DEVICE(O2, 8120, o2),
17261728
SDHCI_PCI_DEVICE(O2, 8220, o2),
17271729
SDHCI_PCI_DEVICE(O2, 8221, o2),

drivers/mmc/host/sdhci-pci.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
#define PCI_DEVICE_ID_INTEL_CML_EMMC 0x02c4
5656
#define PCI_DEVICE_ID_INTEL_CML_SD 0x02f5
5757
#define PCI_DEVICE_ID_INTEL_CMLH_SD 0x06f5
58+
#define PCI_DEVICE_ID_INTEL_JSL_EMMC 0x4dc4
59+
#define PCI_DEVICE_ID_INTEL_JSL_SD 0x4df8
5860

5961
#define PCI_DEVICE_ID_SYSKONNECT_8000 0x8000
6062
#define PCI_DEVICE_ID_VIA_95D0 0x95d0

0 commit comments

Comments
 (0)