aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-amd.c
diff options
context:
space:
mode:
authorWang Hongcheng <annie.wang@amd.com>2016-03-11 10:58:42 +0800
committerLinus Walleij <linus.walleij@linaro.org>2016-03-31 10:18:51 +0200
commit42a44402ecb78e87eecf7ccad8099287e660ec36 (patch)
treed74a7e6d217395638999538b31dd7a08af74d6d3 /drivers/pinctrl/pinctrl-amd.c
parentLinux 4.6-rc1 (diff)
downloadlinux-dev-42a44402ecb78e87eecf7ccad8099287e660ec36.tar.xz
linux-dev-42a44402ecb78e87eecf7ccad8099287e660ec36.zip
pinctrl: amd:Add device HID for future AMD GPIO controller
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>
Diffstat (limited to 'drivers/pinctrl/pinctrl-amd.c')
-rw-r--r--drivers/pinctrl/pinctrl-amd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/pinctrl-amd.c b/drivers/pinctrl/pinctrl-amd.c
index 5c025f5b5048..cc44ae8c8758 100644
--- a/drivers/pinctrl/pinctrl-amd.c
+++ b/drivers/pinctrl/pinctrl-amd.c
@@ -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);