mirror of
https://github.com/Fishwaldo/opensbi.git
synced 2025-03-15 19:31:32 +00:00
lib: serial: Cadence: Enable compatibility for cdns,uart-r1p8
The Cadence driver does not use the RX byte status feature and hence can be advertised to be compatible with cdns,uart-r1p8 as well. Signed-off-by: Mayuresh Chitale <mchitale@ventanamicro.com> Reviewed-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
parent
568ea49490
commit
506144f398
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ static int serial_cadence_init(void *fdt, int nodeoff,
|
|||
}
|
||||
|
||||
static const struct fdt_match serial_cadence_match[] = {
|
||||
{ .compatible = "cdns,uart-r1p8", },
|
||||
{ .compatible = "cdns,uart-r1p12" },
|
||||
{ .compatible = "starfive,jh8100-uart" },
|
||||
{ },
|
||||
|
|
Loading…
Add table
Reference in a new issue