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/soc/intel/common/block/usb4/usb4.c | 2 ++ src/soc/intel/common/block/usb4/xhci.c | 1 + 2 files changed, 3 insertions(+) (limited to 'src/soc/intel/common/block/usb4') diff --git a/src/soc/intel/common/block/usb4/usb4.c b/src/soc/intel/common/block/usb4/usb4.c index a90a35af95..a47bb9b221 100644 --- a/src/soc/intel/common/block/usb4/usb4.c +++ b/src/soc/intel/common/block/usb4/usb4.c @@ -52,6 +52,8 @@ static void tbt_dma_fill_ssdt(const struct device *dev) #endif static const unsigned short pci_device_ids[] = { + PCI_DID_INTEL_LNL_TBT_DMA0, + PCI_DID_INTEL_LNL_TBT_DMA1, PCI_DID_INTEL_RPL_TBT_DMA0, PCI_DID_INTEL_RPL_TBT_DMA1, PCI_DID_INTEL_MTL_M_TBT_DMA0, diff --git a/src/soc/intel/common/block/usb4/xhci.c b/src/soc/intel/common/block/usb4/xhci.c index d1a2dc6659..4912e1a1eb 100644 --- a/src/soc/intel/common/block/usb4/xhci.c +++ b/src/soc/intel/common/block/usb4/xhci.c @@ -26,6 +26,7 @@ static struct device_operations usb4_xhci_ops = { }; static const unsigned short pci_device_ids[] = { + PCI_DID_INTEL_LNL_TCSS_XHCI, PCI_DID_INTEL_RPP_P_TCSS_XHCI, PCI_DID_INTEL_MTL_M_TCSS_XHCI, PCI_DID_INTEL_MTL_P_TCSS_XHCI, -- cgit v1.2.3