diff options
author | Keerthy <j-keerthy@ti.com> | 2018-10-03 17:55:13 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-10-10 13:32:41 -0400 |
commit | 401d74cb2cf781dfc3bec21561385a460f20f3b6 (patch) | |
tree | 084ed398580ef24a8d0904a88c804c49e7dea516 /drivers | |
parent | 442faf61abb000b37fabbe2911ce3e81be79213f (diff) |
gpio: da8xx: Add k2g compatible
Add k2g compatible so that k3 SoCs can be supported
Signed-off-by: Keerthy <j-keerthy@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gpio/da8xx_gpio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/da8xx_gpio.c b/drivers/gpio/da8xx_gpio.c index b0d49cb46f..494fc5fff1 100644 --- a/drivers/gpio/da8xx_gpio.c +++ b/drivers/gpio/da8xx_gpio.c @@ -530,6 +530,7 @@ static int davinci_gpio_probe(struct udevice *dev) static const struct udevice_id davinci_gpio_ids[] = { { .compatible = "ti,dm6441-gpio" }, + { .compatible = "ti,k2g-gpio" }, { } }; |