From 5e42103f3be5cfaaa374442e009c101403c143bd Mon Sep 17 00:00:00 2001 From: Anuj Phogat Date: Wed, 10 May 2017 15:26:51 -0700 Subject: [PATCH] intel: Add icl pci id for INTEL_DEVID_OVERRIDE Reviewed-by: Matt Turner Signed-off-by: Anuj Phogat --- src/intel/common/gen_device_info.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intel/common/gen_device_info.c b/src/intel/common/gen_device_info.c index b17d22e..11a4480 100644 --- a/src/intel/common/gen_device_info.c +++ b/src/intel/common/gen_device_info.c @@ -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++) { -- 2.7.4