From eed82d181b5ce14ea41b8dfeccb68596cb6d005d Mon Sep 17 00:00:00 2001 From: Krishna Prasad Bhat Date: Sun, 16 Jan 2022 20:05:07 +0530 Subject: soc/intel/common: Add Alder Lake N eMMC device ID Add eMMC device ID for Alder Lake N SOC. Reference: Alder Lake N Platform EDS Volume 1 (Doc# 645548) Change-Id: Id35ec2d508bec8ff7d6f1c5fbfaf209d42b25c72 Signed-off-by: Krishna Prasad Bhat Reviewed-on: https://review.coreboot.org/c/coreboot/+/61124 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik Reviewed-by: Paul Menzel Reviewed-by: Kangheui Won Reviewed-by: Rizwan Qureshi --- src/soc/intel/common/block/scs/mmc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel') diff --git a/src/soc/intel/common/block/scs/mmc.c b/src/soc/intel/common/block/scs/mmc.c index 6772f74f16..7f5519aa1a 100644 --- a/src/soc/intel/common/block/scs/mmc.c +++ b/src/soc/intel/common/block/scs/mmc.c @@ -73,6 +73,7 @@ static struct device_operations dev_ops = { 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 }; -- cgit v1.2.3