diff options
-rw-r--r-- | src/include/device/pci_ids.h | 1 | ||||
-rw-r--r-- | src/soc/intel/common/block/dtt/dtt.c | 1 |
2 files changed, 2 insertions, 0 deletions
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 diff --git a/src/soc/intel/common/block/dtt/dtt.c b/src/soc/intel/common/block/dtt/dtt.c index 14987ead0a..f3969939c9 100644 --- a/src/soc/intel/common/block/dtt/dtt.c +++ b/src/soc/intel/common/block/dtt/dtt.c @@ -6,6 +6,7 @@ static const unsigned short pci_device_ids[] = { PCI_DEVICE_ID_INTEL_TGL_DTT, + PCI_DEVICE_ID_INTEL_JSL_DTT, }; static struct device_operations dptf_dev_ops = { |