From: Zhang Rui Date: Fri, 13 May 2022 05:02:29 +0000 (+0800) Subject: tools/power turbostat: add support for ALDERLAKE_N X-Git-Tag: v6.0-rc1~182^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c1313b50af7300865bcfa5b805122f06aa95422;p=thirdparty%2Flinux.git tools/power turbostat: add support for ALDERLAKE_N Add support for ALDERLAKE_N platform. Signed-off-by: Zhang Rui Signed-off-by: Len Brown --- diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c index 7b291a2912d6d..00a04e1cae039 100644 --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c @@ -5416,6 +5416,7 @@ unsigned int intel_model_duplicates(unsigned int model) case INTEL_FAM6_LAKEFIELD: case INTEL_FAM6_ALDERLAKE: case INTEL_FAM6_ALDERLAKE_L: + case INTEL_FAM6_ALDERLAKE_N: case INTEL_FAM6_RAPTORLAKE: return INTEL_FAM6_CANNONLAKE_L;