Re: [U-Boot] [PATCHv2 12/13] pl01x: add support for Ux500 variant of pl011

2010-04-09 Thread Wolfgang Denk
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

[U-Boot] [PATCHv2 12/13] pl01x: add support for Ux500 variant of pl011

2010-04-08 Thread Rabin Vincent
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 +++