diff mbox series

tools/power turbostat: add Jacobsville support

Message ID 1555835422-2868-1-git-send-email-rui.zhang@intel.com (mailing list archive)
State Accepted
Delegated to: Len Brown
Headers show
Series tools/power turbostat: add Jacobsville support | expand

Commit Message

Zhang, Rui April 21, 2019, 8:30 a.m. UTC
Jacobsville behaves like Denverton.

Signed-off-by: Zhang Rui <rui.zhang@intel.com>
---
 tools/power/x86/turbostat/turbostat.c | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c
index c7727be..29d6e9d 100644
--- a/tools/power/x86/turbostat/turbostat.c
+++ b/tools/power/x86/turbostat/turbostat.c
@@ -4595,6 +4595,9 @@  unsigned int intel_model_duplicates(unsigned int model)
 
 	case INTEL_FAM6_ICELAKE_MOBILE:
 		return INTEL_FAM6_CANNONLAKE_MOBILE;
+
+	case INTEL_FAM6_ATOM_TREMONT_X:
+		return INTEL_FAM6_ATOM_GOLDMONT_X;
 	}
 	return model;
 }