Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

YD Tseng and committed by
Linus Walleij
ca27379f b6d055b1

+1
+1
drivers/gpio/gpio-amdpt.c
··· 145 145 146 146 static const struct acpi_device_id pt_gpio_acpi_match[] = { 147 147 { "AMDF030", 0 }, 148 + { "AMDIF030", 0 }, 148 149 { }, 149 150 }; 150 151 MODULE_DEVICE_TABLE(acpi, pt_gpio_acpi_match);