]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ACPI: add Haswell LPSS devices to acpi_platform_device_ids list
authorMika Westerberg <mika.westerberg@linux.intel.com>
Fri, 7 Dec 2012 22:12:01 +0000 (23:12 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 7 Dec 2012 22:12:01 +0000 (23:12 +0100)
All devices behind Haswell LPSS (Low Power Subsystem) should be represented
as platform devices so add them to the acpi_platform_device_ids list.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/scan.c

index d59a60736e1c20efe71e9014576266e433d74272..3db115acea50d764d3f6a2cbf1f6d8855d70e4b0 100644 (file)
@@ -37,6 +37,16 @@ static const struct acpi_device_id acpi_platform_device_ids[] = {
 
        { "PNP0D40" },
 
+       /* Haswell LPSS devices */
+       { "INT33C0", 0 },
+       { "INT33C1", 0 },
+       { "INT33C2", 0 },
+       { "INT33C3", 0 },
+       { "INT33C4", 0 },
+       { "INT33C5", 0 },
+       { "INT33C6", 0 },
+       { "INT33C7", 0 },
+
        { }
 };