]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[dwuart] Add "ns16550a" compatible device ID
authorMichael Brown <mcb30@ipxe.org>
Mon, 23 Jun 2025 14:10:27 +0000 (15:10 +0100)
committerMichael Brown <mcb30@ipxe.org>
Mon, 23 Jun 2025 14:10:55 +0000 (15:10 +0100)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/uart/dwuart.c

index bf83afd807d710396029564669d4545f796b59c2..540cde057d3fa938e3f91a442459b8f046bed92e 100644 (file)
@@ -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 */