Blob Blame History Raw
From 515ff674bb9bf06186052e352c4587dab8defaf0 Mon Sep 17 00:00:00 2001
From: Harry Pan <harry.pan@intel.com>
Date: Mon, 6 Jan 2020 17:57:00 +0800
Subject: [PATCH] platform/x86: intel_pmc_core: update Comet Lake platform driver
Git-commit: 515ff674bb9bf06186052e352c4587dab8defaf0
No-fix: 4d9ffa0b89fb5fd4aa722b68e60f460dbfbf4a7a
Patch-mainline: v5.5-rc7
References: git-fixes

Adding new CML CPU model ID into platform driver support list.

Signed-off-by: Harry Pan <harry.pan@intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Takashi Iwai <tiwai@suse.de>

---
 drivers/platform/x86/intel_pmc_core_pltdrv.c |    2 ++
 1 file changed, 2 insertions(+)

--- a/drivers/platform/x86/intel_pmc_core_pltdrv.c
+++ b/drivers/platform/x86/intel_pmc_core_pltdrv.c
@@ -44,6 +44,8 @@ static const struct x86_cpu_id intel_pmc
 	INTEL_CPU_FAM6(KABYLAKE, pmc_core_device),
 	INTEL_CPU_FAM6(CANNONLAKE_L, pmc_core_device),
 	INTEL_CPU_FAM6(ICELAKE_L, pmc_core_device),
+	INTEL_CPU_FAM6(COMETLAKE, pmc_core_device),
+	INTEL_CPU_FAM6(COMETLAKE_L, pmc_core_device),
 	{}
 };
 MODULE_DEVICE_TABLE(x86cpu, intel_pmc_core_platform_ids);