Krishna P Bhat D has uploaded this change for review.

View Change

soc/intel/common: Add Alder Lake N eMMC device ID

Add eMMC device ID for Alder Lake N SOC.
Reference: Alder Lake EDS Volume 1(Doc #645548).

Change-Id: Id35ec2d508bec8ff7d6f1c5fbfaf209d42b25c72
Signed-off-by: Krishna Prasad Bhat <krishna.p.bhat.d@intel.com>
---
M src/include/device/pci_ids.h
M src/soc/intel/common/block/scs/mmc.c
2 files changed, 2 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/61124/1
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index ffcccff..ebdaaa7 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -4227,6 +4227,7 @@
#define PCI_DEVICE_ID_INTEL_SKL_EMMC 0x9d2b
#define PCI_DEVICE_ID_INTEL_CMP_EMMC 0x02c4
#define PCI_DEVICE_ID_INTEL_JSP_EMMC 0x4dc4
+#define PCI_DEVICE_ID_INTEL_ADP_EMMC 0x54c4

/* Intel Thunderbolt device Ids */
#define PCI_DEVICE_ID_INTEL_TGL_TBT_RP0 0x9a23
diff --git a/src/soc/intel/common/block/scs/mmc.c b/src/soc/intel/common/block/scs/mmc.c
index 6772f74..7f5519a 100644
--- a/src/soc/intel/common/block/scs/mmc.c
+++ b/src/soc/intel/common/block/scs/mmc.c
@@ -73,6 +73,7 @@
static const unsigned short pci_device_ids[] = {
PCI_DEVICE_ID_INTEL_CMP_EMMC,
PCI_DEVICE_ID_INTEL_JSP_EMMC,
+ PCI_DEVICE_ID_INTEL_ADP_EMMC,
0
};


To view, visit change 61124. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id35ec2d508bec8ff7d6f1c5fbfaf209d42b25c72
Gerrit-Change-Number: 61124
Gerrit-PatchSet: 1
Gerrit-Owner: Krishna P Bhat D <krishna.p.bhat.d@intel.com>
Gerrit-MessageType: newchange