mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 11:35:45 +00:00
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>
This commit is contained in:
parent
37d5a6d6f4
commit
4f61d7fdcb
@ -692,6 +692,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);
|
||||
|
Loading…
Reference in New Issue
Block a user