From 6652cf86737d178edb669652e1fa75d37ffcd7c2 Mon Sep 17 00:00:00 2001 From: Rodrigo Vivi Date: Wed, 5 Sep 2018 21:29:49 -0700 Subject: [PATCH] intel: Add support for EHL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add the PCI ID import for EHL. Cc: James Ausmus Signed-off-by: Rodrigo Vivi Signed-off-by: Lucas De Marchi Reviewed-by: José Roberto de Souza --- intel/intel_chipset.c | 1 + 1 file changed, 1 insertion(+) diff --git a/intel/intel_chipset.c b/intel/intel_chipset.c index 157c2c7d..f6e37ee7 100644 --- a/intel/intel_chipset.c +++ b/intel/intel_chipset.c @@ -36,6 +36,7 @@ static const struct pci_device { } pciids[] = { /* Keep ids sorted by gen; latest gen first */ INTEL_TGL_12_IDS(12), + INTEL_EHL_IDS(11), INTEL_ICL_11_IDS(11), INTEL_CNL_IDS(10), INTEL_CFL_IDS(9),