intel: Add support for EHL
Add the PCI ID import for EHL. Cc: James Ausmus <james.ausmus@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Reviewed-by: José Roberto de Souza <jose.souza@intel.com>main
parent
e4f164575c
commit
6652cf8673
|
@ -36,6 +36,7 @@ static const struct pci_device {
|
||||||
} pciids[] = {
|
} pciids[] = {
|
||||||
/* Keep ids sorted by gen; latest gen first */
|
/* Keep ids sorted by gen; latest gen first */
|
||||||
INTEL_TGL_12_IDS(12),
|
INTEL_TGL_12_IDS(12),
|
||||||
|
INTEL_EHL_IDS(11),
|
||||||
INTEL_ICL_11_IDS(11),
|
INTEL_ICL_11_IDS(11),
|
||||||
INTEL_CNL_IDS(10),
|
INTEL_CNL_IDS(10),
|
||||||
INTEL_CFL_IDS(9),
|
INTEL_CFL_IDS(9),
|
||||||
|
|
Loading…
Reference in New Issue