diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2012-12-07 17:12:01 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2012-12-07 17:12:01 -0500 |
commit | 5e7779f0395833d80d8fa15933737c8dc48759ec (patch) | |
tree | 7279304c30ff00a4a3f9203a8fcfe08d6376b0c3 /drivers/acpi/scan.c | |
parent | 59c3987805a92f50f4c37392a36ab951327a6e29 (diff) |
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/acpi/scan.c')
-rw-r--r-- | drivers/acpi/scan.c | 10 |
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[] = { | |||
37 | 37 | ||
38 | { "PNP0D40" }, | 38 | { "PNP0D40" }, |
39 | 39 | ||
40 | /* Haswell LPSS devices */ | ||
41 | { "INT33C0", 0 }, | ||
42 | { "INT33C1", 0 }, | ||
43 | { "INT33C2", 0 }, | ||
44 | { "INT33C3", 0 }, | ||
45 | { "INT33C4", 0 }, | ||
46 | { "INT33C5", 0 }, | ||
47 | { "INT33C6", 0 }, | ||
48 | { "INT33C7", 0 }, | ||
49 | |||
40 | { } | 50 | { } |
41 | }; | 51 | }; |
42 | 52 | ||