Home
last modified time | relevance | path

Searched hist:"89 e69fd4a96bcab2469d3d084ba335c6b925771a" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/serial/
H A Dserial_lpuart.c89e69fd4a96bcab2469d3d084ba335c6b925771a Tue Aug 19 15:54:28 UTC 2014 Stefan Agner <stefan@agner.ch> arm: vf610: lpuart: disable FIFO on initializaton

UART does not use the UART FIFO, but we should also not rely that
the UART FIFO is diabled by default. For instance, when loading
U-Boot using the boot ROMs serial downloader protocol over UART,
FIFO is enabled at U-Boot start time.

This patch disables the RX and TX FIFO, sets back their thresholds
and flushes them.

Signed-off-by: Stefan Agner <stefan@agner.ch>