gpio: dwapb: Add ACPI device ID for DWAPB GPIO controller on X-Gene platforms
This patch enables DWAPB GPIO controller support on X-Gene platforms in ACPI boot mode. Signed-off-by: Duc Dang <dhdang@apm.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
5b64250b61
commit
1b0d5287da
1 changed files with 1 additions and 0 deletions
|
@ -588,6 +588,7 @@ MODULE_DEVICE_TABLE(of, dwapb_of_match);
|
|||
|
||||
static const struct acpi_device_id dwapb_acpi_match[] = {
|
||||
{"HISI0181", 0},
|
||||
{"APMC0D07", 0},
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(acpi, dwapb_acpi_match);
|
||||
|
|
Loading…
Reference in a new issue