Skip to content

Commit d431dfb

Browse files
jwrdegoederafaeljw
authored andcommitted
ACPI / x86: Drop PWM2 device on Lenovo Yoga Book from always present table
It turns out that there is a WMI object which controls the PWM2 device used for the keyboard backlight and that WMI object also provides some other useful functionality. The upcoming lenovo-yogabook-wmi driver will offer both backlight control and the other functionality, so there no longer is a need to have the lpss-pwm driver binding to PWM2 for backlight control; and this is now actually undesirable because this will cause both the WMI code and the lpss-pwm driver to poke at the same PWM controller. Drop the always-present quirk for the PWM2 ACPI-device, so that the lpss-pwm controller will no longer bind to it. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent d58071a commit d431dfb

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

drivers/acpi/x86/utils.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ static const struct always_present_id always_present_ids[] = {
5454
ENTRY("80860F09", "1", X86_MATCH(ATOM_SILVERMONT), {}),
5555
ENTRY("80862288", "1", X86_MATCH(ATOM_AIRMONT), {}),
5656

57-
/* Lenovo Yoga Book uses PWM2 for keyboard backlight control */
58-
ENTRY("80862289", "2", X86_MATCH(ATOM_AIRMONT), {
59-
DMI_MATCH(DMI_PRODUCT_NAME, "Lenovo YB1-X9"),
60-
}),
6157
/*
6258
* The INT0002 device is necessary to clear wakeup interrupt sources
6359
* on Cherry Trail devices, without it we get nobody cared IRQ msgs.

0 commit comments

Comments
 (0)