From 8dee0fd04cd5a9ccbd033bdcba71bc3775311971 Mon Sep 17 00:00:00 2001 From: Oleksandr Tymoshenko Date: Wed, 15 Aug 2012 05:37:10 +0000 Subject: Merging of projects/armv6, part 8 r235162: Initial LPC32x0 support. Includes DTS file for Embedded Artists EA3250 board. Peripherals currently supported: - Serial ports - Interrupt controller - Timers - Ethernet - USB host - Framebuffer (in conjunction with SSD1289 LCD controller) - RTC - SPI - GPIO Submitted by: Jakub Wojciech Klama --- sys/dev/uart/uart_subr.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/uart/uart_subr.c') diff --git a/sys/dev/uart/uart_subr.c b/sys/dev/uart/uart_subr.c index 5a3f16fe23d0b..47a9f630aac2a 100644 --- a/sys/dev/uart/uart_subr.c +++ b/sys/dev/uart/uart_subr.c @@ -52,6 +52,7 @@ static struct uart_class *uart_classes[] = { &uart_ns8250_class, &uart_sab82532_class, &uart_z8530_class, + &uart_lpc_class, }; static size_t uart_nclasses = sizeof(uart_classes) / sizeof(uart_classes[0]); -- cgit v1.3