projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b64250
)
gpio: dwapb: Add ACPI device ID for DWAPB GPIO controller on X-Gene platforms
author
Duc Dang
<dhdang@apm.com>
Tue, 3 May 2016 07:53:41 +0000
(
00:53
-0700)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 11 May 2016 09:32:39 +0000
(11:32 +0200)
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>
drivers/gpio/gpio-dwapb.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpio/gpio-dwapb.c
b/drivers/gpio/gpio-dwapb.c
index b235d7005c8544bc082e8cd0dfaa88f82ad9a472..34779bb375de8871dd27ac57dc13fcf9f415623c 100644
(file)
--- 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);