Eric Lai has submitted this change. ( https://review.coreboot.org/c/coreboot/+/81330?usp=email )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: include/device/pci_ids.h: Add DIDs for MTL Touch controller ......................................................................
include/device/pci_ids.h: Add DIDs for MTL Touch controller
When touch controller is configured as THC-SPI mode, DID is 0x7e49 for THC0, and 0x7e4b for THC1.
0x7e48 and 0x7ea4 are the DIDs when ThcMode is 0 (default) for THC0 and THC1 respectively.
Refer MTL EDS vol 1: 640228.
BUG=b:307775082
Signed-off-by: Cliff Huang cliff.huang@intel.com Change-Id: I1b98fdbd8d8588492bcafa0f3998818dc83ff1d9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/81330 Reviewed-by: Eric Lai ericllai@google.com Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Kyoung Il Kim kyoung.il.kim@intel.com --- M src/include/device/pci_ids.h 1 file changed, 6 insertions(+), 0 deletions(-)
Approvals: Kyoung Il Kim: Looks good to me, but someone else must approve Eric Lai: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 1ae09f0..7831d5b 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -4721,6 +4721,12 @@ #define PCI_DID_INTEL_EHL_GBE_PSE_0 0x4BA0 #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_VID_COMPUTONE 0x8e0e #define PCI_DID_COMPUTONE_IP2EX 0x0291 #define PCI_DID_COMPUTONE_PG 0x0302