Add ns16550a compatible string in UART 8250 driver
Obtained from: Semihalf Submitted by: Michal Stanek <mst@semihalf.com> Sponsored by: Annapurna Labs Approved by: cognet (mentor) Reviewed by: imp, wma Differential revision: https://reviews.freebsd.org/D5404
This commit is contained in:
parent
a2862b1169
commit
3b654e081a
@ -397,6 +397,7 @@ struct uart_class uart_ns8250_class = {
|
||||
#ifdef FDT
|
||||
static struct ofw_compat_data compat_data[] = {
|
||||
{"ns16550", (uintptr_t)&uart_ns8250_class},
|
||||
{"ns16550a", (uintptr_t)&uart_ns8250_class},
|
||||
{"snps,dw-apb-uart", (uintptr_t)&uart_ns8250_class},
|
||||
{NULL, (uintptr_t)NULL},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user