[linux-yocto] [PATCH 24/24] acpi_lpss: Add Bay Trail pinctrl HID

Darren Hart dvhart at linux.intel.com
Tue May 13 09:11:59 PDT 2014


Add the newer Bay Trail pinctrl HID to the acpi_lpss acpi match table.
Without this, the pinctrl-baytrail.c driver doesn't match the device and
the GPIO are not visible.

PENDING: Out for review
Signed-off-by: Darren Hart <dvhart at linux.intel.com>
---
 drivers/acpi/acpi_lpss.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/acpi/acpi_lpss.c b/drivers/acpi/acpi_lpss.c
index 8c2bae9..c4666b2 100644
--- a/drivers/acpi/acpi_lpss.c
+++ b/drivers/acpi/acpi_lpss.c
@@ -173,6 +173,7 @@ static const struct acpi_device_id acpi_lpss_device_ids[] = {
 	{ "80860F14", (unsigned long)&byt_sdio_dev_desc },
 	{ "80860F41", (unsigned long)&byt_i2c_dev_desc },
 	{ "INT33B2", },
+	{ "INT33FC", },
 
 	{ "INT3430", (unsigned long)&lpt_dev_desc },
 	{ "INT3431", (unsigned long)&lpt_dev_desc },
-- 
1.7.9.5



More information about the linux-yocto mailing list