mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
serial: zynq: Extend compatible string list
ZynqMP is using updated core with cdns,uart-r1p12 compatible string. Signed-off-by: Michal Simek <monstr@monstr.eu> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
455ad585ee
commit
a2533183c0
1 changed files with 1 additions and 0 deletions
|
@ -177,6 +177,7 @@ static const struct dm_serial_ops zynq_serial_ops = {
|
|||
static const struct udevice_id zynq_serial_ids[] = {
|
||||
{ .compatible = "xlnx,xuartps" },
|
||||
{ .compatible = "cdns,uart-r1p8" },
|
||||
{ .compatible = "cdns,uart-r1p12" },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue