Jérémy Compostella has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/85814?usp=email )
Change subject: device/pci_ids: Add Panther Lake Intel Touch Controller PCI IDs ......................................................................
device/pci_ids: Add Panther Lake Intel Touch Controller PCI IDs
The IDs comes from document #815002 Panther Lake External Design Specification vol. 1
Change-Id: I23927631b165ded552860acf44dc8b67d41951c7 Signed-off-by: Jeremy Compostella jeremy.compostella@intel.com --- M src/include/device/pci_ids.h 1 file changed, 8 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/85814/1
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 553d855..4279588 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