diff options
| author | Zbigniew Bodek <zbb@FreeBSD.org> | 2016-01-20 13:47:44 +0000 |
|---|---|---|
| committer | Zbigniew Bodek <zbb@FreeBSD.org> | 2016-01-20 13:47:44 +0000 |
| commit | a6c981778cbaee11eb94d430ce99c6d1029f34ec (patch) | |
| tree | b174798a45d4b972ada9b1dc975d970be745ea46 /sys/dev/uart/uart_dev_ns8250.c | |
| parent | 90c1c677af6c0362f79bf50b24b3b21000b2d7c2 (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart/uart_dev_ns8250.c')
| -rw-r--r-- | sys/dev/uart/uart_dev_ns8250.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/uart/uart_dev_ns8250.c b/sys/dev/uart/uart_dev_ns8250.c index ee21f43aa6cf..68d3ff9013af 100644 --- a/sys/dev/uart/uart_dev_ns8250.c +++ b/sys/dev/uart/uart_dev_ns8250.c @@ -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}, + {"snps,dw-apb-uart", (uintptr_t)&uart_ns8250_class}, {NULL, (uintptr_t)NULL}, }; UART_FDT_CLASS_AND_DEVICE(compat_data); |
