Home
last modified time | relevance | path

Searched hist:"126 f8849" (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dfsl_lpuart.h126f8849 Thu Oct 18 07:28:31 CDT 2018 Peng Fan <peng.fan@nxp.com> serial_lpuart: Update lpuart driver to support i.MX8

Add i.MX8 compatible string and cpu type support to lpuart driver,
to use little endian 32 bits configurations.

Also, according to RM, the Receive FIFO Enable (RXFE) field in LPUART
FIFO register is bit 3, so this definition should change to 0x08
(not 0x40) for i.MX8, otherwise the Receive FIFO is not disabled.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Anatolij Gustschin <agust@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
/openbmc/u-boot/drivers/serial/
H A Dserial_lpuart.c126f8849 Thu Oct 18 07:28:31 CDT 2018 Peng Fan <peng.fan@nxp.com> serial_lpuart: Update lpuart driver to support i.MX8

Add i.MX8 compatible string and cpu type support to lpuart driver,
to use little endian 32 bits configurations.

Also, according to RM, the Receive FIFO Enable (RXFE) field in LPUART
FIFO register is bit 3, so this definition should change to 0x08
(not 0x40) for i.MX8, otherwise the Receive FIFO is not disabled.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Anatolij Gustschin <agust@denx.de>
Cc: Stefano Babic <sbabic@denx.de>