[PATCH AUTOSEL 6.18] gpio: usbio: Add ACPI device-id for NVL platforms

Sasha Levin posted 1 patch 3 weeks, 5 days ago
drivers/gpio/gpio-usbio.c | 1 +
1 file changed, 1 insertion(+)
[PATCH AUTOSEL 6.18] gpio: usbio: Add ACPI device-id for NVL platforms
Posted by Sasha Levin 3 weeks, 5 days ago
From: Arun T <arun.t@intel.com>

[ Upstream commit 5ccb19ae1cb3620a76254db5c60121d092d9a0f6 ]

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

Signed-off-by: Arun T <arun.t@intel.com>
Reviewed-by: Vadillo Miguel <miguel.vadillo@intel.com>
Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Link: https://patch.msgid.link/20260410140858.585609-2-arun.t@intel.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---

LLM Generated explanations, may be completely bogus:

The `gpio-usbio` history search finished successfully. It confirms the
driver was introduced in the `usb-6.18-rc8` merge (`5d324e5159d9e`) —
consistent with the earlier analysis and the **YES** backport verdict.

 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 34d42c743d5bc..489c8ac6299e1 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.53.0