[PATCH v1] tools/power turbostat: Add rugged Panther Lake support
Kuppuswamy Sathyanarayanan <[email protected]>
| Newsgroups | org.kernel.vger.linux-pm,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <20260819174154.1184393-1-sathyanarayanan.kuppuswamy@linux.intel.com> |
From: Srinivas Pandruvada <[email protected]> Add CPU model for rugged Panther Lake. Signed-off-by: Srinivas Pandruvada <[email protected]> --- tools/power/x86/turbostat/turbostat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c index 920694c3c1ec..f5b3afa050bf 100644 --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c @@ -1229,6 +1229,7 @@ static const struct platform_data turbostat_pdata[] = { { INTEL_ARROWLAKE, &adl_features }, { INTEL_LUNARLAKE_M, &lnl_features }, { INTEL_PANTHERLAKE_L, &lnl_features }, + { INTEL_PANTHERLAKE_R, &lnl_features }, { INTEL_NOVALAKE, &lnl_features }, { INTEL_NOVALAKE_L, &lnl_features }, { INTEL_WILDCATLAKE_L, &lnl_features }, -- 2.43.0