Skip to content

Commit

Permalink
ACPI: add SDHCI to ACPI platform devices
Browse files Browse the repository at this point in the history
Add the generic ACPI SDHCI device ID to acpi_platform_device_ids[]
to make the ACPI core create a platform device object for the ACPI
device node of that ID.

[rjw: Added the changelog.]
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Adrian Hunter authored and Rafael J. Wysocki committed Nov 23, 2012
1 parent 2905875 commit 142b007
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/acpi/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ static const char *dummy_hid = "device";
*/
static const struct acpi_device_id acpi_platform_device_ids[] = {

{ "PNP0D40" },

{ }
};

Expand Down

0 comments on commit 142b007

Please sign in to comment.