diff options
author | Anuj Phogat <[email protected]> | 2017-05-10 15:26:51 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2018-02-28 11:15:47 -0800 |
commit | 5e42103f3be5cfaaa374442e009c101403c143bd (patch) | |
tree | 8a5dc2fea5c9df7e12b9bed68b60c0cfc666546d /src | |
parent | 35bfe2099564b6655563d920a21d13392b78c43e (diff) |
intel: Add icl pci id for INTEL_DEVID_OVERRIDE
Reviewed-by: Matt Turner <[email protected]>
Signed-off-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/intel/common/gen_device_info.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/common/gen_device_info.c b/src/intel/common/gen_device_info.c index b17d22e5f8e..11a4480ebf1 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++) { |