platform/x86: x86-android-tablets: Remove invalid_aei_gpiochip from Peaq C1010
authorHans de Goede <hdegoede@redhat.com>
Sat, 9 Sep 2023 14:18:11 +0000 (16:18 +0200)
committerHans de Goede <hdegoede@redhat.com>
Mon, 11 Sep 2023 11:28:58 +0000 (13:28 +0200)
Remove the invalid_aei_gpiochip setting from the x86_dev_info
for the Peaq C1010.

This is no longer necessary since there now is a quirk to ignore
the "dolby" button GPIO in gpiolib_acpi_quirks[] in
drivers/gpio/gpiolib-acpi.c .

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20230909141816.58358-4-hdegoede@redhat.com
drivers/platform/x86/x86-android-tablets/other.c

index e79549c6aae17412fa80117ac298a7ede00883e3..621ca1e54d1fe5549585d3fcab8b1c468627507e 100644 (file)
@@ -505,11 +505,6 @@ static const struct x86_gpio_button peaq_c1010_button __initconst = {
 const struct x86_dev_info peaq_c1010_info __initconst = {
        .gpio_button = &peaq_c1010_button,
        .gpio_button_count = 1,
-       /*
-        * Move the ACPI event handler used by the broken WMI interface out of
-        * the way. This is the only event handler on INT33FC:00.
-        */
-       .invalid_aei_gpiochip = "INT33FC:00",
 };
 
 /*