From 50c8f2ef363637ee6219d4771ed5311489686285 Mon Sep 17 00:00:00 2001 From: Appukuttan V K Date: Thu, 11 Jan 2024 18:05:11 +0530 Subject: soc/intel/common: Add lunarlake device IDs Added Lunar Lake device IDs the device specific functions Reference: Lunar Lake External Design Specification Volume 1 (734362) Change-Id: Id31d567287b9921d60909b1eb617c7cfaf6672c9 Signed-off-by: Appukuttan V K Reviewed-on: https://review.coreboot.org/c/coreboot/+/79900 Tested-by: build bot (Jenkins) Reviewed-by: Saurabh Mishra Reviewed-by: Wonkyu Kim Reviewed-by: Bora Guvendik --- src/drivers/intel/ish/ish.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/drivers/intel') diff --git a/src/drivers/intel/ish/ish.c b/src/drivers/intel/ish/ish.c index d1b85f570e..97116320be 100644 --- a/src/drivers/intel/ish/ish.c +++ b/src/drivers/intel/ish/ish.c @@ -79,6 +79,7 @@ static const struct device_operations pci_ish_device_ops = { }; static const unsigned short pci_device_ids[] = { + PCI_DID_INTEL_LNL_ISHB, PCI_DID_INTEL_MTL_ISHB, PCI_DID_INTEL_CNL_ISHB, PCI_DID_INTEL_CML_ISHB, -- cgit v1.2.3