device/pci_ids: Rename Meteor Lake Intel Touch Controller PCI IDs
This commit renames the Meteor lake Touch Controller device IDs to include the supported bus/protocol for clarity. The IDs comes from document #640228 - Meteor Lake External Design Specification volume 1. Change-Id: I60d9bec60d0578bd5a12a4df25248b7ae58539d6 Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/85644 Reviewed-by: Subrata Banik <subratabanik@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
71f57081fd
commit
42918150a2
1 changed files with 4 additions and 4 deletions
|
|
@ -4945,10 +4945,10 @@
|
|||
#define PCI_DID_INTEL_EHL_GBE_PSE_1 0x4BB0
|
||||
|
||||
/* Intel Touch Controller */
|
||||
#define PCI_DID_INTEL_MTL_THC0_1 0x7e48
|
||||
#define PCI_DID_INTEL_MTL_THC0_2 0x7e49
|
||||
#define PCI_DID_INTEL_MTL_THC1_1 0x7e4a
|
||||
#define PCI_DID_INTEL_MTL_THC1_2 0x7e4b
|
||||
#define PCI_DID_INTEL_MTL_THC0_INTEL 0x7e48
|
||||
#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_VID_COMPUTONE 0x8e0e
|
||||
#define PCI_DID_COMPUTONE_IP2EX 0x0291
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue