Skip to content

Commit

Permalink
pinctrl: amd:Add device HID for future AMD GPIO controller
Browse files Browse the repository at this point in the history
Add device HID AMDI0030 to match the AMD ACPI Vendor ID (AMDI) as
registered in http://www.uefi.org/acpi_id_list, and the GPIO controller
on future AMD paltform will use the HID instead of AMD0030.

Signed-off-by: Wang Hongcheng <annie.wang@amd.com>
Acked-by: Ken Xue <ken.Xue@amd.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Wang Hongcheng authored and Linus Walleij committed Mar 31, 2016
1 parent f55532a commit 42a4440
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/pinctrl/pinctrl-amd.c
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,7 @@ static int amd_gpio_remove(struct platform_device *pdev)

static const struct acpi_device_id amd_gpio_acpi_match[] = {
{ "AMD0030", 0 },
{ "AMDI0030", 0},
{ },
};
MODULE_DEVICE_TABLE(acpi, amd_gpio_acpi_match);
Expand Down

0 comments on commit 42a4440

Please sign in to comment.