Skip to content

Commit 142b007

Browse files
ahunter6rafaeljw
authored andcommitted
ACPI: add SDHCI to ACPI platform devices
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>
1 parent 2905875 commit 142b007

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/acpi/scan.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ static const char *dummy_hid = "device";
3535
*/
3636
static const struct acpi_device_id acpi_platform_device_ids[] = {
3737

38+
{ "PNP0D40" },
39+
3840
{ }
3941
};
4042

0 commit comments

Comments
 (0)