Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d93ea567 authored by Rajneesh Bhardwaj's avatar Rajneesh Bhardwaj Committed by Len Brown
Browse files

tools/power turbostat: Add Ice Lake NNPI support

This enables turbostat utility on Ice Lake NNPI SoC.

Link: https://lkml.org/lkml/2019/6/5/1034


Signed-off-by: default avatarRajneesh Bhardwaj <rajneesh.bhardwaj@linux.intel.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 570992fc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4592,6 +4592,7 @@ unsigned int intel_model_duplicates(unsigned int model)
		return INTEL_FAM6_SKYLAKE_MOBILE;

	case INTEL_FAM6_ICELAKE_MOBILE:
	case INTEL_FAM6_ICELAKE_NNPI:
		return INTEL_FAM6_CANNONLAKE_MOBILE;

	case INTEL_FAM6_ATOM_TREMONT_X: