MLK-16467 serial_lpuart: Fix FIFO_RXFE definition in LPUART driver
authorYe Li <ye.li@nxp.com>
Thu, 14 Sep 2017 02:48:28 +0000 (21:48 -0500)
committerJason Liu <jason.hui.liu@nxp.com>
Thu, 2 Nov 2017 18:37:17 +0000 (02:37 +0800)
commitb949b7c8dc5492dd08a2e2828fc686bd190ea094
tree925026108d5351548d0146bb61f895e950765427
parente6132083a241a0b92aa7cfcf600d581a926af3da
MLK-16467 serial_lpuart: Fix FIFO_RXFE definition in LPUART driver

Accroding to RM, the Receive FIFO Enable (RXFE) field in LPUART FIFO register
is bit 3, so the definition should change to 0x08 not 0x40.
Otherwise the Receive FIFO is not disabled.

Signed-off-by: Ye Li <ye.li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
drivers/serial/serial_lpuart.c