diff options
author | Barnali Sarkar <barnali.sarkar@intel.com> | 2018-02-26 16:42:04 +0530 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2018-03-15 15:38:05 +0000 |
commit | 7de8503d76e09336bac0b77fc38e6715f258c774 (patch) | |
tree | 4d23340b421590f49de5b40b2bb6e2ef7fafa884 | |
parent | 773488f3f7fc76ca252562435cb3a9f7abf64f5e (diff) |
include/device: Add pci id for Intel EMMC for SKL
Change-Id: I18315e48653b16b34d1473e6c0bb2a2662a1a2c3
Signed-off-by: Barnali Sarkar <barnali.sarkar@intel.com>
Reviewed-on: https://review.coreboot.org/23870
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
-rw-r--r-- | src/include/device/pci_ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index d7935cfe3a..c184383c28 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -2941,6 +2941,9 @@ #define PCI_DEVICE_ID_INTEL_SKL_SD 0x9d2d #define PCI_DEVICE_ID_INTEL_CNL_SD 0x9df5 +/* Intel EMMC device Ids */ +#define PCI_DEVICE_ID_INTEL_SKL_EMMC 0x9d2b + /* Intel PCH Ids */ #define PCH_CNL_LP_M_SUPER 0x9d80 #define PCH_CNL_LP_M_SUPER_UNLOCK 0x9d81 |