|
@@ -18,6 +18,7 @@
|
|
#include <linux/module.h>
|
|
#include <linux/module.h>
|
|
#include <linux/interrupt.h>
|
|
#include <linux/interrupt.h>
|
|
#include <asm/cpu_device_id.h>
|
|
#include <asm/cpu_device_id.h>
|
|
|
|
+#include <asm/intel-family.h>
|
|
#include "intel_soc_dts_iosf.h"
|
|
#include "intel_soc_dts_iosf.h"
|
|
|
|
|
|
#define CRITICAL_OFFSET_FROM_TJ_MAX 5000
|
|
#define CRITICAL_OFFSET_FROM_TJ_MAX 5000
|
|
@@ -42,7 +43,8 @@ static irqreturn_t soc_irq_thread_fn(int irq, void *dev_data)
|
|
}
|
|
}
|
|
|
|
|
|
static const struct x86_cpu_id soc_thermal_ids[] = {
|
|
static const struct x86_cpu_id soc_thermal_ids[] = {
|
|
- { X86_VENDOR_INTEL, X86_FAMILY_ANY, 0x37, 0, BYT_SOC_DTS_APIC_IRQ},
|
|
|
|
|
|
+ { X86_VENDOR_INTEL, 6, INTEL_FAM6_ATOM_SILVERMONT1, 0,
|
|
|
|
+ BYT_SOC_DTS_APIC_IRQ},
|
|
{}
|
|
{}
|
|
};
|
|
};
|
|
MODULE_DEVICE_TABLE(x86cpu, soc_thermal_ids);
|
|
MODULE_DEVICE_TABLE(x86cpu, soc_thermal_ids);
|