[PATCH 1/2] gpio: usbio: Add ACPI device-id for NVL platforms

From: Arun T

Date: Fri Apr 10 2026 - 04:09:23 EST


Add device IDs of Nova Lake into gpio-usbio support list

Signed-off-by: Arun T <arun.t@xxxxxxxxx>
Reviewed-by: Vadillo Miguel <miguel.vadillo@xxxxxxxxx>
---
drivers/gpio/gpio-usbio.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/gpio/gpio-usbio.c b/drivers/gpio/gpio-usbio.c
index 34d42c743d5b..489c8ac6299e 100644
--- a/drivers/gpio/gpio-usbio.c
+++ b/drivers/gpio/gpio-usbio.c
@@ -31,6 +31,7 @@ static const struct acpi_device_id usbio_gpio_acpi_hids[] = {
{ "INTC10B5" }, /* LNL */
{ "INTC10D1" }, /* MTL-CVF */
{ "INTC10E2" }, /* PTL */
+ { "INTC1116" }, /* NVL */
{ }
};

--
2.43.0