mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
gpio: dwapb: Add ACPI ID LECA0001 for LECARC SoCs
Add ACPI ID "LECA0001" for LECARC SoCs that use the DesignWare GPIO controller with V1 register offsets. Signed-off-by: Thomas Lin <thomas_lin@lecomputing.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://patch.msgid.link/20260521-lecarc-acpi-ids-v1-1-ae0ae90b2817@lecomputing.com Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
This commit is contained in:
parent
822878aa17
commit
d01bf517cb
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user