Commit 7f4f8620 authored by Paul Drews's avatar Paul Drews Committed by Greg Kroah-Hartman

ACPI: Add BayTrail SoC GPIO and LPSS ACPI IDs

commit f6308b36 upstream.

This adds the new ACPI ID (INT33FC) for the BayTrail GPIO
banks as seen on a BayTrail M System-On-Chip platform.  This
ACPI ID is used by the BayTrail GPIO (pinctrl) driver to
manage the Low Power Subsystem (LPSS).
Signed-off-by: default avatarPaul Drews <paul.drews@intel.com>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 313f6c6e
...@@ -156,6 +156,7 @@ static const struct acpi_device_id acpi_lpss_device_ids[] = { ...@@ -156,6 +156,7 @@ static const struct acpi_device_id acpi_lpss_device_ids[] = {
{ "80860F14", (unsigned long)&byt_sdio_dev_desc }, { "80860F14", (unsigned long)&byt_sdio_dev_desc },
{ "80860F41", (unsigned long)&byt_i2c_dev_desc }, { "80860F41", (unsigned long)&byt_i2c_dev_desc },
{ "INT33B2", }, { "INT33B2", },
{ "INT33FC", },
{ } { }
}; };
......
...@@ -512,6 +512,7 @@ static const struct dev_pm_ops byt_gpio_pm_ops = { ...@@ -512,6 +512,7 @@ static const struct dev_pm_ops byt_gpio_pm_ops = {
static const struct acpi_device_id byt_gpio_acpi_match[] = { static const struct acpi_device_id byt_gpio_acpi_match[] = {
{ "INT33B2", 0 }, { "INT33B2", 0 },
{ "INT33FC", 0 },
{ } { }
}; };
MODULE_DEVICE_TABLE(acpi, byt_gpio_acpi_match); MODULE_DEVICE_TABLE(acpi, byt_gpio_acpi_match);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment