intel: Add icl pci id for INTEL_DEVID_OVERRIDE
authorAnuj Phogat <anuj.phogat@gmail.com>
Wed, 10 May 2017 22:26:51 +0000 (15:26 -0700)
committerMatt Turner <mattst88@gmail.com>
Wed, 28 Feb 2018 19:15:47 +0000 (11:15 -0800)
Reviewed-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
src/intel/common/gen_device_info.c

index b17d22e5f8e95ebcd71405a61509b3b89ad6d33c..11a4480ebf1deef181a61ea1490eb6f6f84c345e 100644 (file)
@@ -56,6 +56,7 @@ gen_device_name_to_pci_device_id(const char *name)
       { "kbl", 0x5912 },
       { "glk", 0x3185 },
       { "cnl", 0x5a52 },
+      { "icl", 0x8a52 },
    };
 
    for (unsigned i = 0; i < ARRAY_SIZE(name_map); i++) {