From c39148d62fc891e26d9672e01e7b7eb372697335 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 14 Jun 2012 14:27:58 +0200 Subject: libchip: Add support for NS16550 with FDR --- c/src/lib/libbsp/arm/lpc24xx/console/console-config.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'c/src/lib/libbsp/arm') diff --git a/c/src/lib/libbsp/arm/lpc24xx/console/console-config.c b/c/src/lib/libbsp/arm/lpc24xx/console/console-config.c index cf6f4a6e15..3691fe0dae 100644 --- a/c/src/lib/libbsp/arm/lpc24xx/console/console-config.c +++ b/c/src/lib/libbsp/arm/lpc24xx/console/console-config.c @@ -93,7 +93,7 @@ console_tbl Console_Configuration_Ports [] = { #ifdef LPC24XX_CONFIG_CONSOLE { .sDeviceName = "/dev/ttyS0", - .deviceType = SERIAL_NS16550, + .deviceType = SERIAL_NS16550_WITH_FDR, .pDeviceFns = &ns16550_fns, .deviceProbe = NULL, .pDeviceFlow = NULL, @@ -114,7 +114,7 @@ console_tbl Console_Configuration_Ports [] = { #ifdef LPC24XX_CONFIG_UART_1 { .sDeviceName = "/dev/ttyS1", - .deviceType = SERIAL_NS16550, + .deviceType = SERIAL_NS16550_WITH_FDR, .pDeviceFns = &ns16550_fns, .deviceProbe = lpc24xx_uart_probe_1, .pDeviceFlow = NULL, @@ -135,7 +135,7 @@ console_tbl Console_Configuration_Ports [] = { #ifdef LPC24XX_CONFIG_UART_2 { .sDeviceName = "/dev/ttyS2", - .deviceType = SERIAL_NS16550, + .deviceType = SERIAL_NS16550_WITH_FDR, .pDeviceFns = &ns16550_fns, .deviceProbe = lpc24xx_uart_probe_2, .pDeviceFlow = NULL, @@ -156,7 +156,7 @@ console_tbl Console_Configuration_Ports [] = { #ifdef LPC24XX_CONFIG_UART_3 { .sDeviceName = "/dev/ttyS3", - .deviceType = SERIAL_NS16550, + .deviceType = SERIAL_NS16550_WITH_FDR, .pDeviceFns = &ns16550_fns, .deviceProbe = lpc24xx_uart_probe_3, .pDeviceFlow = NULL, -- cgit v1.2.3