diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2013-11-12 11:52:32 +0200 |
---|---|---|
committer | Jiri Slaby <jslaby@suse.cz> | 2015-08-04 16:51:55 +0200 |
commit | aeb078dfe2f89582be0e1aa9ff640057dc940825 (patch) | |
tree | 919366391e85e2334504b96ed5976f34d61eb212 | |
parent | 89512fd5eac04f604e7f594fea632c8163344a72 (diff) | |
download | lwn-aeb078dfe2f89582be0e1aa9ff640057dc940825.tar.gz lwn-aeb078dfe2f89582be0e1aa9ff640057dc940825.zip |
gpio/lynxpoint: add new ACPI ID
commit 4edd7901eee13f878e7b5fd5efba610e70b09313 upstream.
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>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
-rw-r--r-- | drivers/gpio/gpio-lynxpoint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-lynxpoint.c b/drivers/gpio/gpio-lynxpoint.c index 41b5913ddabe..c3d9999bcdb3 100644 --- a/drivers/gpio/gpio-lynxpoint.c +++ b/drivers/gpio/gpio-lynxpoint.c @@ -437,6 +437,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); |