All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] gpio: da8xx: Add k2g compatible
@ 2018-10-03 10:39 Keerthy
  2018-10-03 10:39 ` [U-Boot] [PATCH 2/2] gpio: da8xx: Push generic defines of gpio.h out of mach-davinci Keerthy
  2018-10-03 12:11 ` [U-Boot] [PATCH 1/2] gpio: da8xx: Add k2g compatible Tom Rini
  0 siblings, 2 replies; 5+ messages in thread
From: Keerthy @ 2018-10-03 10:39 UTC (permalink / raw)
  To: u-boot

Add k2g compatible so that k3 SoCs can be supported

Signed-off-by: Keerthy <j-keerthy@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 b0d49cb..494fc5f 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" },
 	{ }
 };
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-10-03 12:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-03 10:39 [U-Boot] [PATCH 1/2] gpio: da8xx: Add k2g compatible Keerthy
2018-10-03 10:39 ` [U-Boot] [PATCH 2/2] gpio: da8xx: Push generic defines of gpio.h out of mach-davinci Keerthy
2018-10-03 12:11   ` Tom Rini
2018-10-03 12:12     ` Keerthy
2018-10-03 12:11 ` [U-Boot] [PATCH 1/2] gpio: da8xx: Add k2g compatible Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.