[U-Boot] [PATCH v2 1/2] serial_bcm283x_mu: Flush RX queue after setting baud rate
Tuomas Tynkkynen
tuomas at tuxera.com
Fri Mar 9 16:04:15 UTC 2018
On Wed, 7 Mar 2018 22:08:24 +0100
Alexander Graf <agraf at suse.de> wrote:
> After the UART was initialized, we may still have bogus data in the
> RX queue if it was enabled with incorrect pin muxing before.
>
> So let's flush the RX queue whenever we initialize baud rates.
>
> This fixes a regression with the dynamic pinmuxing code when enable_uart=1
> is not set in config.txt.
>
> Fixes: caf2233b28 ("bcm283x: Add pinctrl driver")
> Reported-by: Göran Lundberg <goran at lundberg.email>
> Reported-by: Peter Robinson <pbrobinson at gmail.com>
> Signed-off-by: Alexander Graf <agraf at suse.de>
> ---
> drivers/serial/serial_bcm283x_mu.c | 8 +++++++-
> 1 file changed, 7 insertions(+), 1 deletion(-)
>
On a RPi 1, with no enable_uart in config.txt:
Tested-by: Tuomas Tynkkynen <tuomas at tuxera.com>
More information about the U-Boot
mailing list