commit | 0e9265c798a70e89757a4b27ae7d95e55ca64196 | [log] [tgz] |
---|---|---|
author | Keerthy <j-keerthy@ti.com> | Wed Oct 03 17:55:13 2018 +0530 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 10 13:32:41 2018 -0400 |
tree | 084ed398580ef24a8d0904a88c804c49e7dea516 | |
parent | fdc8c5c5f41041c0c668cbae6ffa79e77d2311fe [diff] [blame] |
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>
diff --git a/drivers/gpio/da8xx_gpio.c b/drivers/gpio/da8xx_gpio.c index b0d49cb..494fc5f 100644 --- a/drivers/gpio/da8xx_gpio.c +++ b/drivers/gpio/da8xx_gpio.c
@@ -530,6 +530,7 @@ static const struct udevice_id davinci_gpio_ids[] = { { .compatible = "ti,dm6441-gpio" }, + { .compatible = "ti,k2g-gpio" }, { } };