summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/lpc/lpc.c
diff options
context:
space:
mode:
authorSaurabh Mishra <mishra.saurabh@intel.com>2024-04-12 20:39:34 +0530
committerFelix Held <felix-coreboot@felixheld.de>2024-05-14 13:12:00 +0000
commit2e532b19d5a35eafac579b067bc9a6d40854badd (patch)
treece27c9282570596fece0de48dbb6bd7639ba88c0 /src/soc/intel/common/block/lpc/lpc.c
parent1057865a89568f887f353b020a20d54374acdbe8 (diff)
soc/intel/common: Add Panther Lake DIDs
Reference: Panther Lake External Design Specification Volume 0.51 (815002) BUG=b:329787286 TEST=verified on Panther Lake Simics Platform. Change-Id: I941d6e1c8a697234b8e64a2523e60587897d7f7a Signed-off-by: Saurabh Mishra <mishra.saurabh@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81848 Reviewed-by: Ashish Kumar Mishra <ashish.k.mishra@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/common/block/lpc/lpc.c')
-rw-r--r--src/soc/intel/common/block/lpc/lpc.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/lpc/lpc.c b/src/soc/intel/common/block/lpc/lpc.c
index e8050354bc..0b8c722a69 100644
--- a/src/soc/intel/common/block/lpc/lpc.c
+++ b/src/soc/intel/common/block/lpc/lpc.c
@@ -141,6 +141,14 @@ struct device_operations lpc_ops = {
};
static const unsigned short pci_device_ids[] = {
+ PCI_DID_INTEL_PTL_ESPI_0,
+ PCI_DID_INTEL_PTL_ESPI_1,
+ PCI_DID_INTEL_PTL_ESPI_2,
+ PCI_DID_INTEL_PTL_ESPI_3,
+ PCI_DID_INTEL_PTL_ESPI_4,
+ PCI_DID_INTEL_PTL_ESPI_5,
+ PCI_DID_INTEL_PTL_ESPI_6,
+ PCI_DID_INTEL_PTL_ESPI_7,
PCI_DID_INTEL_LNL_ESPI_0,
PCI_DID_INTEL_LNL_ESPI_1,
PCI_DID_INTEL_LNL_ESPI_2,