From f15f08c3de3d0eeca8abf208c8d2ddc0523b3c23 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Mon, 6 Feb 2023 15:57:37 +1100 Subject: [PATCH] intel/dev: Add another EHL pci id MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit described as "32 Execution Unit (EU) Super SKU" in: Intel Atom x6000E Series, and Intel Pentium and Celeron N and J Series Processors for IoT Applications Datasheet, Volume 1 Document Number: 636112-1.6 Reviewed-by: Lionel Landwerlin Reviewed-by: José Roberto de Souza Part-of: --- include/pci_ids/iris_pci_ids.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index 34d232ad1a4..fdafc0e1ee8 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -142,6 +142,7 @@ CHIPSET(0x4541, ehl_2x4, "EHL", "Intel(R) UHD Graphics") CHIPSET(0x4551, ehl_4x4, "EHL", "Intel(R) UHD Graphics") CHIPSET(0x4555, ehl_2x8, "EHL", "Intel(R) UHD Graphics") CHIPSET(0x4557, ehl_4x5, "EHL", "Intel(R) UHD Graphics") +CHIPSET(0x4570, ehl_4x8, "EHL", "Intel(R) UHD Graphics") CHIPSET(0x4571, ehl_4x8, "EHL", "Intel(R) UHD Graphics") CHIPSET(0x4E51, ehl_4x4, "JSL", "Intel(R) UHD Graphics") CHIPSET(0x4E55, ehl_2x8, "JSL", "Intel(R) UHD Graphics")