diff options
author | Duc Dang <dhdang@apm.com> | 2016-05-03 07:53:41 (GMT) |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-05-11 09:32:39 (GMT) |
commit | 1b0d5287dafc7651af1d55cf47209209f79a964b (patch) | |
tree | 7e4f529547aa83bb0310c27975368cd5a7967d8c /drivers/gpio | |
parent | 5b64250b614a9d3dff380035be17811cd479d8e8 (diff) | |
download | linux-1b0d5287dafc7651af1d55cf47209209f79a964b.tar.xz |
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>
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/gpio-dwapb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-dwapb.c b/drivers/gpio/gpio-dwapb.c index b235d70..34779bb 100644 --- a/drivers/gpio/gpio-dwapb.c +++ b/drivers/gpio/gpio-dwapb.c @@ -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); |