Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

gpio: dwapb: Add ACPI HID for DWAPB GPIO controller on Fujitsu MONAKA

This patch enables DWAPB GPIO controller support on Fujitsu MONAKA.

Signed-off-by: Yoshihiro Furudera <fj5100bi@fujitsu.com>
Link: https://lore.kernel.org/r/20241018015640.2924794-1-fj5100bi@fujitsu.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

authored by

Yoshihiro Furudera and committed by
Bartosz Golaszewski
4f61d7fd 37d5a6d6

+1
+1
drivers/gpio/gpio-dwapb.c
··· 692 692 {"HISI0181", GPIO_REG_OFFSET_V1}, 693 693 {"APMC0D07", GPIO_REG_OFFSET_V1}, 694 694 {"APMC0D81", GPIO_REG_OFFSET_V2}, 695 + {"FUJI200A", GPIO_REG_OFFSET_V1}, 695 696 { } 696 697 }; 697 698 MODULE_DEVICE_TABLE(acpi, dwapb_acpi_match);