From 42918150a2a4dea17c1f5bcf3c9cb72392f14e05 Mon Sep 17 00:00:00 2001 From: Jeremy Compostella Date: Mon, 30 Dec 2024 10:34:31 -0800 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/85644 Reviewed-by: Subrata Banik Tested-by: build bot (Jenkins) --- src/include/device/pci_ids.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 60ed807f31..553d8558e9 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -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