From 0c0bcd4072746582d8837dd7eca2f1731ce35561 Mon Sep 17 00:00:00 2001 From: Tim Wawrzynczak Date: Mon, 13 Jul 2020 16:07:12 -0600 Subject: PCI IDs: Add PCI ID for JSL DPTF/DTT PCI device This PCI ID is required in order for JSL devices to perform SSDT generation for DPTF. Signed-off-by: Tim Wawrzynczak Change-Id: I42209d15bc4f1654814465ce1412576f7349dddc Reviewed-on: https://review.coreboot.org/c/coreboot/+/43421 Reviewed-by: Karthik Ramasubramanian Reviewed-by: Duncan Laurie Tested-by: build bot (Jenkins) --- src/include/device/pci_ids.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 2a527d7531..62220d87e9 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -3720,6 +3720,7 @@ /* Intel Dynamic Tuning Technology Device */ #define PCI_DEVICE_ID_INTEL_TGL_DTT 0x9A03 +#define PCI_DEVICE_ID_INTEL_JSL_DTT 0x4E03 #define PCI_VENDOR_ID_COMPUTONE 0x8e0e #define PCI_DEVICE_ID_COMPUTONE_IP2EX 0x0291 -- cgit v1.2.3