From 84dee301c30d728f97c85f795661804980fb0c77 Mon Sep 17 00:00:00 2001 From: "Mathieu J. Poirier" Date: Fri, 3 Aug 2012 11:05:12 +0000 Subject: snowball: Add support for ux500 based snowball board Signed-off-by: Mathieu Poirier Signed-off-by: John Rigby Acked-by: Tom Rini Acked-by: Linus Walleij Conflicts: drivers/gpio/Makefile --- drivers/serial/serial_pl01x.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/serial') diff --git a/drivers/serial/serial_pl01x.c b/drivers/serial/serial_pl01x.c index ed581ae..d4c5137 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 */ -- cgit v1.1