summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/ipu
diff options
context:
space:
mode:
authorWonkyu Kim <wonkyu.kim@intel.com>2022-07-21 14:38:56 -0700
committerMartin Roth <martin.roth@amd.corp-partner.google.com>2022-07-24 02:49:38 +0000
commitdc445e9230bd81a54cbb436a700d0242e679f628 (patch)
treefca23991e97978f94a2c9fe8e735e5bd31e0bc94 /src/soc/intel/common/block/ipu
parent684d00db4bb2e9015d37653e6e127c0ebbeeb0b7 (diff)
downloadcoreboot-dc445e9230bd81a54cbb436a700d0242e679f628.tar.gz
coreboot-dc445e9230bd81a54cbb436a700d0242e679f628.tar.bz2
coreboot-dc445e9230bd81a54cbb436a700d0242e679f628.zip
intel/common/block/ipu: Add MTL IPU device id
TEST=Build mtlrvp and check IPU0 ACPI ojbect from ssdt Signed-off-by: Wonkyu Kim <wonkyu.kim@intel.com> Change-Id: Ib5c3d455d272af0e753c775a5fd3f19851b7937d Reviewed-on: https://review.coreboot.org/c/coreboot/+/66056 Reviewed-by: Subrata Banik <subratabanik@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/common/block/ipu')
-rw-r--r--src/soc/intel/common/block/ipu/ipu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/ipu/ipu.c b/src/soc/intel/common/block/ipu/ipu.c
index a496f0abe8b2..cd0293dff67e 100644
--- a/src/soc/intel/common/block/ipu/ipu.c
+++ b/src/soc/intel/common/block/ipu/ipu.c
@@ -13,6 +13,7 @@ struct device_operations ipu_pci_ops = {
static const uint16_t pci_device_ids[] = {
PCI_DID_INTEL_RPL_IPU,
+ PCI_DID_INTEL_MTL_IPU,
PCI_DID_INTEL_TGL_IPU,
PCI_DID_INTEL_TGL_H_IPU,
PCI_DID_INTEL_JSL_IPU,