Explorar o código

Add "snps,dw-apb-uart" in uart8250 driver.

This patch add "snps,dw-apb-uart".compatible ID in uart8250 driver for
StarFive VIC-7100.

Signed-off-by: Tekkaman Ninja <tekkamanninja@163.com>
Tekkaman Ninja %!s(int64=3) %!d(string=hai) anos
pai
achega
56850b495b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lib/utils/serial/fdt_serial_uart8250.c

+ 1 - 0
lib/utils/serial/fdt_serial_uart8250.c

@@ -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" },
 	{ },
 };