gpio/lynxpoint: add new ACPI ID
authorMika Westerberg <mika.westerberg@linux.intel.com>
Tue, 12 Nov 2013 09:52:32 +0000 (11:52 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 25 Nov 2013 08:03:39 +0000 (09:03 +0100)
Newer Intel PCHs have the same GPIO controller than Haswell but the ACPI ID
is different. Add this ID to the driver supported IDs list.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-lynxpoint.c

index a080474..f1ca9d5 100644 (file)
@@ -438,6 +438,7 @@ static const struct dev_pm_ops lp_gpio_pm_ops = {
 
 static const struct acpi_device_id lynxpoint_gpio_acpi_match[] = {
        { "INT33C7", 0 },
+       { "INT3437", 0 },
        { }
 };
 MODULE_DEVICE_TABLE(acpi, lynxpoint_gpio_acpi_match);