[PATCH 2/4] gpio: da8xx_gpio: Add "ti,keystone-gpio" compatible

Faiz Abbas faiz_abbas at ti.com
Tue Jan 28 11:10:03 CET 2020


From: Vignesh Raghavendra <vigneshr at ti.com>

Add "ti,keystone-gpio" compatible so as be able to use Linux DT files as
is.

Signed-off-by: Vignesh Raghavendra <vigneshr at ti.com>
Signed-off-by: Faiz Abbas <faiz_abbas at ti.com>
---
 drivers/gpio/da8xx_gpio.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpio/da8xx_gpio.c b/drivers/gpio/da8xx_gpio.c
index d28e1fa14c..ac88f0ca8d 100644
--- a/drivers/gpio/da8xx_gpio.c
+++ b/drivers/gpio/da8xx_gpio.c
@@ -535,6 +535,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" },
+	{ .compatible = "ti,keystone-gpio" },
 	{ }
 };
 
-- 
2.19.2



More information about the U-Boot mailing list