]> git.sur5r.net Git - u-boot/blobdiff - board/isee/igep00x0/igep00x0.c
serial, ns16550: bugfix: ns16550 fifo not enabled
[u-boot] / board / isee / igep00x0 / igep00x0.c
index ae7959b1eb6eb688c24b907a872a2d3d3bec221e..5a3498f570a6d98cf78fd9848e0532d04b6fdb07 100644 (file)
@@ -32,7 +32,8 @@ DECLARE_GLOBAL_DATA_PTR;
 static const struct ns16550_platdata igep_serial = {
        .base = OMAP34XX_UART3,
        .reg_shift = 2,
-       .clock = V_NS16550_CLK
+       .clock = V_NS16550_CLK,
+       .fcr = UART_FCR_DEFVAL,
 };
 
 U_BOOT_DEVICE(igep_uart) = {