Browse Source

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>
Keerthy 6 years ago
parent
commit
401d74cb2c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/gpio/da8xx_gpio.c

+ 1 - 0
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[] = {
 static const struct udevice_id davinci_gpio_ids[] = {
 	{ .compatible = "ti,dm6441-gpio" },
 	{ .compatible = "ti,dm6441-gpio" },
+	{ .compatible = "ti,k2g-gpio" },
 	{ }
 	{ }
 };
 };