]> git.sur5r.net Git - u-boot/blobdiff - drivers/serial/serial_mxc.c
serial_mxc: Remove unconditional DCE setting
[u-boot] / drivers / serial / serial_mxc.c
index 1960bbc5ae8de362cc5400c549573ae4bcbd3296..85457144113ec19edd0506e93606f45679ab7efe 100644 (file)
@@ -151,7 +151,6 @@ static void mxc_serial_setbrg(void)
        __REG(UART_PHYS + UFCR) = (RFDIV << UFCR_RFDIV_SHF)
                | (TXTL << UFCR_TXTL_SHF)
                | (RXTL << UFCR_RXTL_SHF);
-       __REG(UART_PHYS + UFCR) |= UFCR_DCEDTE;
        __REG(UART_PHYS + UBIR) = 0xf;
        __REG(UART_PHYS + UBMR) = clk / (2 * gd->baudrate);