mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-28 14:11:29 +01:00
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>
This commit is contained in:
parent
442faf61ab
commit
401d74cb2c
@ -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" },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user