Skip to content

Commit 2b844ba

Browse files
committed
Revert "ACPI: Add BayTrail SoC GPIO and LPSS ACPI IDs"
This reverts commit f6308b3 (ACPI: Add BayTrail SoC GPIO and LPSS ACPI IDs), because it causes the Alan Cox' ASUS T100TA to "crash and burn" during boot if the Baytrail pinctrl driver is compiled in. Fixes: f6308b3 (ACPI: Add BayTrail SoC GPIO and LPSS ACPI IDs) Reported-by: One Thousand Gnomes <[email protected]> Requested-by: Linus Walleij <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 7e22e91 commit 2b844ba

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

drivers/acpi/acpi_lpss.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ 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", },
166165

167166
{ "INT3430", (unsigned long)&lpt_dev_desc },
168167
{ "INT3431", (unsigned long)&lpt_dev_desc },

drivers/pinctrl/pinctrl-baytrail.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,6 @@ 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 },
516515
{ }
517516
};
518517
MODULE_DEVICE_TABLE(acpi, byt_gpio_acpi_match);

0 commit comments

Comments
 (0)