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

Configure Feed

Select the types of activity you want to include in your feed.

pinctrl: amd: Support new ACPI ID AMDI0033

Add AMDI0033 to the AMD GPIO ACPI match table.
This lets the driver bind on new AMD platforms that expose this HID.

Signed-off-by: Basavaraj Natikar <Basavaraj.Natikar@amd.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>

authored by

Basavaraj Natikar and committed by
Linus Walleij
127e98c0 ede3db74

+1
+1
drivers/pinctrl/pinctrl-amd.c
··· 1274 1274 { "AMD0030", 0 }, 1275 1275 { "AMDI0030", 0}, 1276 1276 { "AMDI0031", 0}, 1277 + { "AMDI0033", 0}, 1277 1278 { }, 1278 1279 }; 1279 1280 MODULE_DEVICE_TABLE(acpi, amd_gpio_acpi_match);