aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMika Westerberg <mika.westerberg@linux.intel.com>2012-12-07 23:12:01 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2012-12-07 23:12:01 +0100
commit5e7779f0395833d80d8fa15933737c8dc48759ec (patch)
tree7279304c30ff00a4a3f9203a8fcfe08d6376b0c3 /drivers
parentACPI: add documentation about ACPI 5 enumeration (diff)
downloadlinux-dev-5e7779f0395833d80d8fa15933737c8dc48759ec.tar.xz
linux-dev-5e7779f0395833d80d8fa15933737c8dc48759ec.zip
ACPI: add Haswell LPSS devices to acpi_platform_device_ids list
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/acpi/scan.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c
index d59a60736e1c..3db115acea50 100644
--- a/drivers/acpi/scan.c
+++ b/drivers/acpi/scan.c
@@ -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 },
+
{ }
};