aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/power/x86/turbostat/turbostat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c
index cfdb574ea302..3708386531f2 100644
--- a/tools/power/x86/turbostat/turbostat.c
+++ b/tools/power/x86/turbostat/turbostat.c
@@ -3315,10 +3315,10 @@ void process_cpuid()
3315 crystal_hz = 24000000; /* 24.0 MHz */ 3315 crystal_hz = 24000000; /* 24.0 MHz */
3316 break; 3316 break;
3317 case INTEL_FAM6_SKYLAKE_X: /* SKX */ 3317 case INTEL_FAM6_SKYLAKE_X: /* SKX */
3318 case INTEL_FAM6_ATOM_DENVERTON: /* DNV */
3318 crystal_hz = 25000000; /* 25.0 MHz */ 3319 crystal_hz = 25000000; /* 25.0 MHz */
3319 break; 3320 break;
3320 case INTEL_FAM6_ATOM_GOLDMONT: /* BXT */ 3321 case INTEL_FAM6_ATOM_GOLDMONT: /* BXT */
3321 case INTEL_FAM6_ATOM_DENVERTON: /* DNV */
3322 crystal_hz = 19200000; /* 19.2 MHz */ 3322 crystal_hz = 19200000; /* 19.2 MHz */
3323 break; 3323 break;
3324 default: 3324 default: