Dear Rabin Vincent,
In message <1270734200-17762-13-git-send-email-rabin.vinc...@stericsson.com>
you wrote:
>
> --- a/drivers/serial/serial_pl01x.h
> +++ b/drivers/serial/serial_pl01x.h
> @@ -93,6 +93,7 @@
> * PL011 definitions
> *
> */
> +#define UART_PL011_LCRH_RX 0x1C
> #d
The Ux500 variants of the pl011 have separate LCRH registers for RX and
TX. The TX register is at the same offset as the unmodified pl011, so
we need to additionally program only the RX register.
Acked-by: Michael Brandt
Signed-off-by: Rabin Vincent
---
drivers/serial/serial_pl01x.c |8 +++
2 matches
Mail list logo