Commit 5683460b authored by Chen Yu's avatar Chen Yu Committed by Len Brown
Browse files

tools/power turbostat: Support Alder Lake Mobile



Share the code between Alder Lake Mobile and Alder Lake Desktop.

Signed-off-by: default avatarChen Yu <yu.c.chen@intel.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent ed0757b8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5056,6 +5056,7 @@ unsigned int intel_model_duplicates(unsigned int model)
	case INTEL_FAM6_ROCKETLAKE:
	case INTEL_FAM6_LAKEFIELD:
	case INTEL_FAM6_ALDERLAKE:
	case INTEL_FAM6_ALDERLAKE_L:
		return INTEL_FAM6_CANNONLAKE_L;

	case INTEL_FAM6_ATOM_TREMONT_L: