projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6eeea32
)
gpio: davinci: Add new compatible for K3 AM654 SoCs
author
Keerthy
<j-keerthy@ti.com>
Wed, 5 Jun 2019 08:02:58 +0000
(13:32 +0530)
committer
Linus Walleij
<linus.walleij@linaro.org>
Fri, 7 Jun 2019 22:35:42 +0000
(
00:35
+0200)
Add new compatible for K3 AM654 SoCs.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-davinci.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/gpio-davinci.c
b/drivers/gpio/gpio-davinci.c
index
b937bbc
..
a1c4a08
100644
(file)
--- a/
drivers/gpio/gpio-davinci.c
+++ b/
drivers/gpio/gpio-davinci.c
@@
-636,6
+636,7
@@
done:
static const struct of_device_id davinci_gpio_ids[] = {
{ .compatible = "ti,keystone-gpio", keystone_gpio_get_irq_chip},
+ { .compatible = "ti,am654-gpio", keystone_gpio_get_irq_chip},
{ .compatible = "ti,dm6441-gpio", davinci_gpio_get_irq_chip},
{ /* sentinel */ },
};