Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca27379f authored by YD Tseng's avatar YD Tseng Committed by Linus Walleij
Browse files

gpio: amdpt: Add a new ACPI HID



This patch adds a new ACPI HID, AMDIF030, in the pt_gpio_acpi_match.

Signed-off-by: default avatarYD <Tseng&lt;Yd_Tseng@asmedia.com.tw>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent b6d055b1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -145,6 +145,7 @@ static int pt_gpio_remove(struct platform_device *pdev)

static const struct acpi_device_id pt_gpio_acpi_match[] = {
	{ "AMDF030", 0 },
	{ "AMDIF030", 0 },
	{ },
};
MODULE_DEVICE_TABLE(acpi, pt_gpio_acpi_match);