]> Git Repo - linux.git/commitdiff
platform/x86: intel_pmc_core: Add ICL-NNPI support to PMC Core
authorRajneesh Bhardwaj <[email protected]>
Fri, 14 Jun 2019 08:09:40 +0000 (13:39 +0530)
committerAndy Shevchenko <[email protected]>
Thu, 25 Jul 2019 17:22:38 +0000 (20:22 +0300)
Ice Lake Neural Network Processor for deep learning inference a.k.a.
ICL-NNPI can re-use Ice Lake Mobile regmap to enable Intel PMC Core
driver on it.

Cc: Darren Hart <[email protected]>
Cc: Andy Shevchenko <[email protected]>
Cc: [email protected]
Link: https://lkml.org/lkml/2019/6/5/1034
Signed-off-by: Rajneesh Bhardwaj <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
drivers/platform/x86/intel_pmc_core.c

index 235c0b89f824bc8969f2d7d055dd5ac8bbc841aa..c510d0d724759c77c81bda4319f138c60e80c875 100644 (file)
@@ -812,6 +812,7 @@ static const struct x86_cpu_id intel_pmc_core_ids[] = {
        INTEL_CPU_FAM6(KABYLAKE_DESKTOP, spt_reg_map),
        INTEL_CPU_FAM6(CANNONLAKE_MOBILE, cnp_reg_map),
        INTEL_CPU_FAM6(ICELAKE_MOBILE, icl_reg_map),
+       INTEL_CPU_FAM6(ICELAKE_NNPI, icl_reg_map),
        {}
 };
 
This page took 0.055321 seconds and 4 git commands to generate.