diff options
author | Jamie Chen <jamie.chen@intel.com> | 2019-08-26 10:36:49 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-08-26 20:13:35 +0000 |
commit | ec88c5c688566667878123d2a89220c697bcf911 (patch) | |
tree | 27481b60005e99f0fec7d8ff172ffaaa3e540ba0 /src/include/device/pci_ids.h | |
parent | 96c075a359a10cc9bae7a0630ae735868225a928 (diff) |
soc/intel/common: Include cometlake EMMC controller ID
Add cometlake EMMC controller ID
BUG=none
BRANCH=none
TEST=none
Change-Id: I3943dad57918df3df7885c2e2d3a86ab0e1d6008
Signed-off-by: Jamie Chen <jamie.chen@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35093
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
Diffstat (limited to 'src/include/device/pci_ids.h')
-rw-r--r-- | src/include/device/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 2501640261..cdd1c623d0 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -3224,6 +3224,7 @@ /* Intel EMMC device Ids */ #define PCI_DEVICE_ID_INTEL_SKL_EMMC 0x9d2b +#define PCI_DEVICE_ID_INTEL_CMP_EMMC 0x02c4 /* Intel WIFI Ids */ #define PCI_DEVICE_ID_1000_SERIES_WIFI 0x0084 |