Skip to content

Commit f6308b3

Browse files
Paul Drewsrafaeljw
authored andcommitted
ACPI: Add BayTrail SoC GPIO and LPSS ACPI IDs
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: Paul Drews <[email protected]> Acked-by: Linus Walleij <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 6ce4eac commit f6308b3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

drivers/acpi/acpi_lpss.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ static const struct acpi_device_id acpi_lpss_device_ids[] = {
162162
{ "80860F14", (unsigned long)&byt_sdio_dev_desc },
163163
{ "80860F41", (unsigned long)&byt_i2c_dev_desc },
164164
{ "INT33B2", },
165+
{ "INT33FC", },
165166

166167
{ "INT3430", (unsigned long)&lpt_dev_desc },
167168
{ "INT3431", (unsigned long)&lpt_dev_desc },

drivers/pinctrl/pinctrl-baytrail.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,7 @@ static const struct dev_pm_ops byt_gpio_pm_ops = {
512512

513513
static const struct acpi_device_id byt_gpio_acpi_match[] = {
514514
{ "INT33B2", 0 },
515+
{ "INT33FC", 0 },
515516
{ }
516517
};
517518
MODULE_DEVICE_TABLE(acpi, byt_gpio_acpi_match);

0 commit comments

Comments
 (0)