mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-18 17:38:32 -05:00
tools/power/turbostat: Add initial support for LunarLake
Add initial support for LunarLake platform. It shares the same features with CannonLake. Signed-off-by: Sumeet Pawnikar <sumeet.r.pawnikar@intel.com>
This commit is contained in:
committed by
Zhang Rui
parent
7b57e7b683
commit
956dbd3de4
@@ -871,6 +871,7 @@ static const struct platform_data turbostat_pdata[] = {
|
||||
{ INTEL_FAM6_METEORLAKE, &cnl_features },
|
||||
{ INTEL_FAM6_METEORLAKE_L, &cnl_features },
|
||||
{ INTEL_FAM6_ARROWLAKE, &cnl_features },
|
||||
{ INTEL_FAM6_LUNARLAKE_M, &cnl_features },
|
||||
{ INTEL_FAM6_ATOM_SILVERMONT, &slv_features },
|
||||
{ INTEL_FAM6_ATOM_SILVERMONT_D, &slvd_features },
|
||||
{ INTEL_FAM6_ATOM_AIRMONT, &amt_features },
|
||||
|
||||
Reference in New Issue
Block a user