drivers/gpio/gpio-dwapb.c | 1 + 1 file changed, 1 insertion(+)
This patch enables DWAPB GPIO controller support on Fujitsu MONAKA.
Signed-off-by: Yoshihiro Furudera <fj5100bi@fujitsu.com>
---
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
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> On Fri, 18 Oct 2024 01:56:40 +0000, Yoshihiro Furudera wrote: > This patch enables DWAPB GPIO controller support on Fujitsu MONAKA. > > No objections from DWAPB maintainer so applied, thanks! [1/1] gpio: dwapb: Add ACPI HID for DWAPB GPIO controller on Fujitsu MONAKA commit: 4f61d7fdcbc422f82acddf33cc966a13de577ce1 Best regards, -- Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
On Fri, Oct 18, 2024 at 3:56 AM Yoshihiro Furudera <fj5100bi@fujitsu.com> wrote: > > This patch enables DWAPB GPIO controller support on Fujitsu MONAKA. > > Signed-off-by: Yoshihiro Furudera <fj5100bi@fujitsu.com> > --- > 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
© 2016 - 2024 Red Hat, Inc.