]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
pinctrl: amd: Support new ACPI ID AMDI0033
authorBasavaraj Natikar <Basavaraj.Natikar@amd.com>
Fri, 27 Mar 2026 05:06:16 +0000 (10:36 +0530)
committerLinus Walleij <linusw@kernel.org>
Fri, 27 Mar 2026 08:40:58 +0000 (09:40 +0100)
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>
drivers/pinctrl/pinctrl-amd.c

index 2af94ef564342c1fbad279f266e9efd0b849c3db..e3128b0045d22e8cba4775a1ef3726fdf448ca96 100644 (file)
@@ -1274,6 +1274,7 @@ static const struct acpi_device_id amd_gpio_acpi_match[] = {
        { "AMD0030", 0 },
        { "AMDI0030", 0},
        { "AMDI0031", 0},
+       { "AMDI0033", 0},
        { },
 };
 MODULE_DEVICE_TABLE(acpi, amd_gpio_acpi_match);