summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorKeerthy <j-keerthy@ti.com>2019-06-05 13:32:58 +0530
committerLinus Walleij <linus.walleij@linaro.org>2019-06-08 00:35:42 +0200
commit6a4d8b6bd279320baade9c88adc6776836bee49a (patch)
tree991715f95534308d9fbeffa3217e50c81ed4fe99 /drivers/gpio
parent6eeea326b3892864eaa852005d45bc8bc5dd6577 (diff)
downloadlinux-6a4d8b6bd279320baade9c88adc6776836bee49a.tar.bz2
gpio: davinci: Add new compatible for K3 AM654 SoCs
Add new compatible for K3 AM654 SoCs. Signed-off-by: Keerthy <j-keerthy@ti.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/gpio-davinci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-davinci.c b/drivers/gpio/gpio-davinci.c
index b937bbc6e382..a1c4a0825a36 100644
--- 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 */ },
};