intel: Add cfl to gen_device_name_to_pci_device_id()

Reviewed-by: Rafael Antognolli <rafael.antognolli@intel.com>
This commit is contained in:
Matt Turner 2018-03-16 10:50:51 -07:00
parent bc5001325b
commit 54db78b196

View file

@ -55,6 +55,7 @@ gen_device_name_to_pci_device_id(const char *name)
{ "bxt", 0x5A85 },
{ "kbl", 0x5912 },
{ "glk", 0x3185 },
{ "cfl", 0x3E9B },
{ "cnl", 0x5a52 },
{ "icl", 0x8a52 },
};