|
@@ -32,6 +32,7 @@
|
|
#include <linux/suspend.h>
|
|
#include <linux/suspend.h>
|
|
|
|
|
|
#include <asm/cpu_device_id.h>
|
|
#include <asm/cpu_device_id.h>
|
|
|
|
+#include <asm/intel-family.h>
|
|
#include <asm/intel_pmc_ipc.h>
|
|
#include <asm/intel_pmc_ipc.h>
|
|
#include <asm/intel_punit_ipc.h>
|
|
#include <asm/intel_punit_ipc.h>
|
|
#include <asm/intel_telemetry.h>
|
|
#include <asm/intel_telemetry.h>
|
|
@@ -331,7 +332,7 @@ static struct telemetry_debugfs_conf telem_apl_debugfs_conf = {
|
|
};
|
|
};
|
|
|
|
|
|
static const struct x86_cpu_id telemetry_debugfs_cpu_ids[] = {
|
|
static const struct x86_cpu_id telemetry_debugfs_cpu_ids[] = {
|
|
- TELEM_DEBUGFS_CPU(0x5c, telem_apl_debugfs_conf),
|
|
|
|
|
|
+ TELEM_DEBUGFS_CPU(INTEL_FAM6_ATOM_GOLDMONT, telem_apl_debugfs_conf),
|
|
{}
|
|
{}
|
|
};
|
|
};
|
|
|
|
|