From 2e67fef5f6c5870a7cdaa010496c84dc91d34e53 Mon Sep 17 00:00:00 2001 From: Tejas Upadhyay Date: Mon, 1 Mar 2021 09:52:48 +0000 Subject: [PATCH] intel: Add support for JSL Add the PCI ID import for JSL. V1 - Indentation Signed-off-by: Tejas Upadhyay Reviewed-by: Lionel Landwerlin --- intel/intel_chipset.c | 1 + 1 file changed, 1 insertion(+) diff --git a/intel/intel_chipset.c b/intel/intel_chipset.c index 8ec36f82..fda3de1a 100644 --- a/intel/intel_chipset.c +++ b/intel/intel_chipset.c @@ -39,6 +39,7 @@ static const struct pci_device { INTEL_RKL_IDS(12), INTEL_DG1_IDS(12), INTEL_TGL_12_IDS(12), + INTEL_JSL_IDS(11), INTEL_EHL_IDS(11), INTEL_ICL_11_IDS(11), INTEL_CNL_IDS(10),