From: Michael Brown Date: Mon, 23 Jun 2025 14:10:27 +0000 (+0100) Subject: [dwuart] Add "ns16550a" compatible device ID X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d9f20bbd69408ad349e7ead0e72979f90c84e2d;p=thirdparty%2Fipxe.git [dwuart] Add "ns16550a" compatible device ID Signed-off-by: Michael Brown --- diff --git a/src/drivers/uart/dwuart.c b/src/drivers/uart/dwuart.c index bf83afd80..540cde057 100644 --- a/src/drivers/uart/dwuart.c +++ b/src/drivers/uart/dwuart.c @@ -108,6 +108,7 @@ static void dwuart_remove ( struct dt_device *dt ) { /** DesignWare UART compatible model identifiers */ static const char * dwuart_ids[] = { "snps,dw-apb-uart", + "ns16550a", }; /** DesignWare UART devicetree driver */