Re: [PATCH] gpio: dwapb: Add ACPI HID for DWAPB GPIO controller on Fujitsu MONAKA

From: Bartosz Golaszewski
Date: Fri Oct 25 2024 - 03:26:08 EST


On Fri, Oct 18, 2024 at 3:56 AM Yoshihiro Furudera <fj5100bi@xxxxxxxxxxx> wrote:
>
> This patch enables DWAPB GPIO controller support on Fujitsu MONAKA.
>
> Signed-off-by: Yoshihiro Furudera <fj5100bi@xxxxxxxxxxx>
> ---
> 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 798235791f70..6113ab1bc8de 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[] = {
> {"HISI0181", GPIO_REG_OFFSET_V1},
> {"APMC0D07", GPIO_REG_OFFSET_V1},
> {"APMC0D81", GPIO_REG_OFFSET_V2},
> + {"FUJI200A", GPIO_REG_OFFSET_V1},
> { }
> };
> MODULE_DEVICE_TABLE(acpi, dwapb_acpi_match);
> --
> 2.34.1
>

Hoan, can you leave your Ack here, please?

Bart