mirror of
https://github.com/ipxe/ipxe
synced 2026-02-28 03:11:18 +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 */
|
/** DesignWare UART compatible model identifiers */
|
||||||
static const char * dwuart_ids[] = {
|
static const char * dwuart_ids[] = {
|
||||||
"snps,dw-apb-uart",
|
"snps,dw-apb-uart",
|
||||||
|
"ns16550a",
|
||||||
};
|
};
|
||||||
|
|
||||||
/** DesignWare UART devicetree driver */
|
/** DesignWare UART devicetree driver */
|
||||||
|
|||||||
Reference in New Issue
Block a user