From: Thomas Lin Date: Thu, 21 May 2026 02:34:49 +0000 (+0800) Subject: gpio: dwapb: Add ACPI ID LECA0001 for LECARC SoCs X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=d01bf517cbbd5a4b0c16ba2d5107bda0e361b00c;p=thirdparty%2Fkernel%2Flinux.git gpio: dwapb: Add ACPI ID LECA0001 for LECARC SoCs Add ACPI ID "LECA0001" for LECARC SoCs that use the DesignWare GPIO controller with V1 register offsets. Signed-off-by: Thomas Lin Reviewed-by: Andy Shevchenko Link: https://patch.msgid.link/20260521-lecarc-acpi-ids-v1-1-ae0ae90b2817@lecomputing.com Signed-off-by: Bartosz Golaszewski --- diff --git a/drivers/gpio/gpio-dwapb.c b/drivers/gpio/gpio-dwapb.c index 15cebc8b5d663..c1f3d83a67c10 100644 --- a/drivers/gpio/gpio-dwapb.c +++ b/drivers/gpio/gpio-dwapb.c @@ -694,6 +694,7 @@ static const struct acpi_device_id dwapb_acpi_match[] = { {"APMC0D07", GPIO_REG_OFFSET_V1}, {"APMC0D81", GPIO_REG_OFFSET_V2}, {"FUJI200A", GPIO_REG_OFFSET_V1}, + {"LECA0001", GPIO_REG_OFFSET_V1}, { } }; MODULE_DEVICE_TABLE(acpi, dwapb_acpi_match);