Re: [PATCH] serial: Set baudrate on boot

2020-02-02 Thread Sean Anderson
> This looks right to me. > > Can you please update the docs for setbrg() in serial.h to mention > that this method is always called after probing, so there is now no > need to set the baud rate in the probe() method? > Sure. Will do that in v2.

Re: [PATCH] serial: Set baudrate on boot

2020-02-02 Thread Simon Glass
Hi Sean, On Sun, 2 Feb 2020 at 11:15, Sean Anderson wrote: > > Currently, the baud rate is never set on boot. This works ok when a previous > bootloader has configured the baudrate properly, or when the baudrate is set > to > a reasonable default in the serial driver's probe(). However, when thi

[PATCH] serial: Set baudrate on boot

2020-02-02 Thread Sean Anderson
Currently, the baud rate is never set on boot. This works ok when a previous bootloader has configured the baudrate properly, or when the baudrate is set to a reasonable default in the serial driver's probe(). However, when this is not the case, we could be using a different baud rate than what was