mirror of
https://github.com/ipxe/ipxe
synced 2026-01-26 09:23:49 +03:00
[dwuart] Add "ns16550a" compatible device ID
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user