Re: [PATCH v4 1/3] gpio: dwapb: Add ACPI ID LECA0001 for LECARC SoCs
From: Bartosz Golaszewski
Date: Wed May 20 2026 - 11:33:04 EST
On Wed, May 20, 2026 at 10:45 AM Thomas Lin <thomas_lin@xxxxxxxxxxxxxxx> wrote:
>
> Add ACPI ID "LECA0001" for LECARC SoCs that use the DesignWare
> GPIO controller with V1 register offsets.
>
> Signed-off-by: Thomas Lin <thomas_lin@xxxxxxxxxxxxxxx>
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> Reviewed-by: Bartosz Golaszewski <brgl@xxxxxxxxxx>
> ---
> drivers/gpio/gpio-dwapb.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpio/gpio-dwapb.c b/drivers/gpio/gpio-dwapb.c
> index 15cebc8b5d66..c1f3d83a67c1 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);
> --
> 2.43.0
>
I'm not sure about how to interpret the cover letter - is it fine to
take this independently through the GPIO tree for v7.2?
Bart