mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-20 22:21:41 +00:00
serial: omap: Add support for AM654 uart controller
AM654 uses a UART controller that is compatible (partially) with existing OMAP UART, Introduce a compatible for adding support for this controller. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
This commit is contained in:
parent
247b4f9f44
commit
c1523c65fc
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ static const struct udevice_id omap_serial_ids[] = {
|
||||||
{ .compatible = "ti,am3352-uart", },
|
{ .compatible = "ti,am3352-uart", },
|
||||||
{ .compatible = "ti,am4372-uart", },
|
{ .compatible = "ti,am4372-uart", },
|
||||||
{ .compatible = "ti,dra742-uart", },
|
{ .compatible = "ti,dra742-uart", },
|
||||||
|
{ .compatible = "ti,am654-uart", },
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
#endif /* OF_CONTROL && !OF_PLATDATA */
|
#endif /* OF_CONTROL && !OF_PLATDATA */
|
||||||
|
|
Loading…
Add table
Reference in a new issue