ACPI: LPSS: Switch to new Intel CPU model defines
New CPU #defines encode vendor and family as well as model. Signed-off-by: Tony Luck <tony.luck@intel.com> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
c3f38fa61a
commit
dde8ec86c3
@ -338,8 +338,8 @@ static const struct lpss_device_desc bsw_spi_dev_desc = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const struct x86_cpu_id lpss_cpu_ids[] = {
|
static const struct x86_cpu_id lpss_cpu_ids[] = {
|
||||||
X86_MATCH_INTEL_FAM6_MODEL(ATOM_SILVERMONT, NULL),
|
X86_MATCH_VFM(INTEL_ATOM_SILVERMONT, NULL),
|
||||||
X86_MATCH_INTEL_FAM6_MODEL(ATOM_AIRMONT, NULL),
|
X86_MATCH_VFM(INTEL_ATOM_AIRMONT, NULL),
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user