Skip to content

Commit

Permalink
ACPI: add Haswell LPSS devices to acpi_platform_device_ids list
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mika Westerberg authored and Rafael J. Wysocki committed Dec 7, 2012
1 parent 59c3987 commit 5e7779f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions drivers/acpi/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 },

{ }
};

Expand Down

0 comments on commit 5e7779f

Please sign in to comment.