From: Zhang Rui <rui.zhang@intel.com>
Date: Thu, 14 Nov 2024 07:59:37 +0000 (+0800)
Subject: tools/power turbostat: Remove PC7/PC9 support on MTL
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f5e2cf228f185fe3ede98caf2b28e8a1c2103262;p=users%2Fjedix%2Flinux-maple.git

tools/power turbostat: Remove PC7/PC9 support on MTL

Similar to ADL/RPL, MTL support CC1/CC6/CC7/PC2/PC3/PC6/PC8/CP10.

Remove PC7/PC9 support on MTL.

Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
---

diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c
index 924f14e1ec35..f6a91f0b658b 100644
--- a/tools/power/x86/turbostat/turbostat.c
+++ b/tools/power/x86/turbostat/turbostat.c
@@ -1009,8 +1009,8 @@ static const struct platform_data turbostat_pdata[] = {
 	{ INTEL_RAPTORLAKE, &adl_features },
 	{ INTEL_RAPTORLAKE_P, &adl_features },
 	{ INTEL_RAPTORLAKE_S, &adl_features },
-	{ INTEL_METEORLAKE, &cnl_features },
-	{ INTEL_METEORLAKE_L, &cnl_features },
+	{ INTEL_METEORLAKE, &adl_features },
+	{ INTEL_METEORLAKE_L, &adl_features },
 	{ INTEL_ARROWLAKE_H, &arl_features },
 	{ INTEL_ARROWLAKE_U, &arl_features },
 	{ INTEL_ARROWLAKE, &arl_features },