gpio: davinci: Add new compatible for K3 AM654 SoCs
authorKeerthy <j-keerthy@ti.com>
Wed, 5 Jun 2019 08:02:58 +0000 (13:32 +0530)
committerLinus 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

index b937bbc..a1c4a08 100644 (file)
@@ -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 */ },
 };