diff options
author | YD Tseng <Yd_Tseng@asmedia.com.tw> | 2016-03-16 23:35:57 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-03-30 04:38:51 -0400 |
commit | ca27379f5d2956e08558fbfc0d35b3ba64abbe0c (patch) | |
tree | bdfb01d1cb46edfe2f4dafa6d9992de62c4b8fed /drivers/gpio | |
parent | b6d055b198b70c430a0b7e78280e8ef35e44f319 (diff) |
gpio: amdpt: Add a new ACPI HID
This patch adds a new ACPI HID, AMDIF030, in the pt_gpio_acpi_match.
Signed-off-by: YD Tseng<Yd_Tseng@asmedia.com.tw>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/gpio-amdpt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-amdpt.c b/drivers/gpio/gpio-amdpt.c index 569b424efb5a..9b78dc837603 100644 --- a/drivers/gpio/gpio-amdpt.c +++ b/drivers/gpio/gpio-amdpt.c | |||
@@ -145,6 +145,7 @@ static int pt_gpio_remove(struct platform_device *pdev) | |||
145 | 145 | ||
146 | static const struct acpi_device_id pt_gpio_acpi_match[] = { | 146 | static const struct acpi_device_id pt_gpio_acpi_match[] = { |
147 | { "AMDF030", 0 }, | 147 | { "AMDF030", 0 }, |
148 | { "AMDIF030", 0 }, | ||
148 | { }, | 149 | { }, |
149 | }; | 150 | }; |
150 | MODULE_DEVICE_TABLE(acpi, pt_gpio_acpi_match); | 151 | MODULE_DEVICE_TABLE(acpi, pt_gpio_acpi_match); |