projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
442faf6
)
gpio: da8xx: Add k2g compatible
author
Keerthy
<j-keerthy@ti.com>
Wed, 3 Oct 2018 12:25:13 +0000
(17:55 +0530)
committer
Tom Rini
<trini@konsulko.com>
Wed, 10 Oct 2018 17:32:41 +0000
(13:32 -0400)
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>
drivers/gpio/da8xx_gpio.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/da8xx_gpio.c
b/drivers/gpio/da8xx_gpio.c
index
b0d49cb
..
494fc5f
100644
(file)
--- 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" },
{ }
};