diff options
Diffstat (limited to 'drivers/serial/serial_pl01x.c')
| -rw-r--r-- | drivers/serial/serial_pl01x.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/drivers/serial/serial_pl01x.c b/drivers/serial/serial_pl01x.c index ed581ae22..d4c513709 100644 --- a/drivers/serial/serial_pl01x.c +++ b/drivers/serial/serial_pl01x.c @@ -156,6 +156,8 @@ int serial_init (void)  			writel(lcr, ®s->fr);  		writel(lcr, ®s->pl011_rlcr); +		/* lcrh needs to be set again for change to be effective */ +		writel(lcr, ®s->pl011_lcrh);  	}  #endif  	/* Finally, enable the UART */ |