mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 07:24:46 +00:00
serial: ns16550: Add Intel XScale support
Add compatible string for the Intel XScale variant of the 16550. Needed to match upstream. Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
e344dc4b11
commit
2d84e1519c
1 changed files with 1 additions and 0 deletions
|
@ -605,6 +605,7 @@ static const struct udevice_id ns16550_serial_ids[] = {
|
|||
{ .compatible = "ingenic,jz4780-uart", .data = PORT_JZ4780 },
|
||||
{ .compatible = "nvidia,tegra20-uart", .data = PORT_NS16550 },
|
||||
{ .compatible = "snps,dw-apb-uart", .data = PORT_NS16550 },
|
||||
{ .compatible = "intel,xscale-uart", .data = PORT_NS16550 },
|
||||
{}
|
||||
};
|
||||
#endif /* OF_REAL */
|
||||
|
|
Loading…
Add table
Reference in a new issue