From 17fbd0df5180bc19a2b5a22378e1c88b42a78e6d Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Tue, 28 May 2024 13:50:36 -0700 Subject: [PATCH] intel/dev: Update names for BMG G31 PCI IDs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ref: bspec 68090 Fixes: 4c4d90ae494 ("intel/dev: Add BMG PCI IDs 0xe220-0xe223") Signed-off-by: Jordan Justen Reviewed-by: Tapani Pälli Reviewed-by: Rohan Garg Part-of: --- include/pci_ids/iris_pci_ids.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index e79af30e7da..0b833d66e78 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -282,10 +282,10 @@ CHIPSET(0xe211, bmg, "BMG G21", "Intel(R) Graphics") CHIPSET(0xe212, bmg, "BMG G21", "Intel(R) Graphics") CHIPSET(0xe215, bmg, "BMG", "Intel(R) Graphics") CHIPSET(0xe216, bmg, "BMG", "Intel(R) Graphics") -CHIPSET(0xe220, bmg, "BMG", "Intel(R) Graphics") -CHIPSET(0xe221, bmg, "BMG", "Intel(R) Graphics") -CHIPSET(0xe222, bmg, "BMG", "Intel(R) Graphics") -CHIPSET(0xe223, bmg, "BMG", "Intel(R) Graphics") +CHIPSET(0xe220, bmg, "BMG G31", "Intel(R) Graphics") +CHIPSET(0xe221, bmg, "BMG G31", "Intel(R) Graphics") +CHIPSET(0xe222, bmg, "BMG G31", "Intel(R) Graphics") +CHIPSET(0xe223, bmg, "BMG G31", "Intel(R) Graphics") CHIPSET(0xb080, ptl, "PTL", "Intel(R) Graphics", FORCE_PROBE) CHIPSET(0xb081, ptl, "PTL", "Intel(R) Graphics", FORCE_PROBE)