fdt_serial_uart8250.c: add .compatible = "snps,dw-apb-uart", from Drew and Fu Wei

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
This commit is contained in:
Robert Nelson
2023-07-21 09:47:52 -05:00
committed by Han Gao
parent 24b6b1d418
commit 44fe1cd431

View File

@@ -28,6 +28,7 @@ static int serial_uart8250_init(void *fdt, int nodeoff,
static const struct fdt_match serial_uart8250_match[] = {
{ .compatible = "ns16550" },
{ .compatible = "ns16550a" },
{ .compatible = "snps,dw-apb-uart" },
{ },
};