From 497298708c330deb479fbf3ee6a3acc8bff2a102 Mon Sep 17 00:00:00 2001 From: Jeremy Compostella Date: Mon, 30 Dec 2024 10:41:40 -0800 Subject: [PATCH] device/pci_ids: Add Panther Lake Intel Touch Controller PCI IDs The IDs comes from document #815002 Panther Lake External Design Specification volume 1. Change-Id: I23927631b165ded552860acf44dc8b67d41951c7 Signed-off-by: Jeremy Compostella Reviewed-on: https://review.coreboot.org/c/coreboot/+/85814 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik --- src/include/device/pci_ids.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 553d8558e9..42795881fa 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -4949,6 +4949,14 @@ #define PCI_DID_INTEL_MTL_THC0_SPI 0x7e49 #define PCI_DID_INTEL_MTL_THC1_INTEL 0x7e4a #define PCI_DID_INTEL_MTL_THC1_SPI 0x7e4b +#define PCI_DID_INTEL_PTL_U_H_THC0_I2C 0xe348 +#define PCI_DID_INTEL_PTL_U_H_THC0_SPI 0xe349 +#define PCI_DID_INTEL_PTL_U_H_THC1_I2C 0xe34a +#define PCI_DID_INTEL_PTL_U_H_THC1_SPI 0xe34b +#define PCI_DID_INTEL_PTL_H_THC0_I2C 0xe448 +#define PCI_DID_INTEL_PTL_H_THC0_SPI 0xe449 +#define PCI_DID_INTEL_PTL_H_THC1_I2C 0xe44a +#define PCI_DID_INTEL_PTL_H_THC1_SPI 0xe44b #define PCI_VID_COMPUTONE 0x8e0e #define PCI_DID_COMPUTONE_IP2EX 0x0291