diff options
| author | Wojciech Macek <wma@FreeBSD.org> | 2016-02-26 08:43:36 +0000 |
|---|---|---|
| committer | Wojciech Macek <wma@FreeBSD.org> | 2016-02-26 08:43:36 +0000 |
| commit | 3b654e081a678056db2f9858034612e6d78abee7 (patch) | |
| tree | 08c08ad7e6d3243124146eab0c2b3be62f4f13ee /sys/dev/uart | |
| parent | a2862b1169facd7e307f7ec193085778d6f9a077 (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart')
| -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 9802294d3038..cb52ce77ee74 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}, + {"ns16550a", (uintptr_t)&uart_ns8250_class}, {"snps,dw-apb-uart", (uintptr_t)&uart_ns8250_class}, {NULL, (uintptr_t)NULL}, }; |
