mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
gpio: da8xx_gpio: Add "ti,keystone-gpio" compatible
Add "ti,keystone-gpio" compatible so as be able to use Linux DT files as is. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Signed-off-by: Faiz Abbas <faiz_abbas@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
This commit is contained in:
parent
94f992d57a
commit
25216d68fa
1 changed files with 1 additions and 0 deletions
|
@ -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" },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue