The INT0002 device is necessary to clear wakeup interrupt sources on Cherry Trail devices, without it we get nobody cared IRQ msgs and some systems don't properly resume at all without it. Signed-off-by: Hans de Goede <hdegoede@xxxxxxxxxx> --- Changes in v6: -This is a new patch in v6 of this patch-set --- drivers/acpi/bus.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/drivers/acpi/bus.c b/drivers/acpi/bus.c index eb30630..6fa177c 100644 --- a/drivers/acpi/bus.c +++ b/drivers/acpi/bus.c @@ -167,6 +167,11 @@ static const struct always_present_device_id always_present_device_ids[] = { * but Linux uses a separate PWM driver, harmless if not used. */ ENTRY("80862288", "1", ICPU(INTEL_FAM6_ATOM_AIRMONT)), + /* + * The INT0002 device is necessary to clear wakeup interrupt sources + * on Cherry Trail devices, without it we get nobody cared IRQ msgs. + */ + ENTRY("INT0002", "1", ICPU(INTEL_FAM6_ATOM_AIRMONT)), }; #endif -- 2.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html