Commit 5e7779f0 authored by Mika Westerberg's avatar Mika Westerberg Committed by Rafael J. Wysocki
Browse files

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: default avatarMika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 59c39878
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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 },

	{ }
};