
14 May
2018
14 May
'18
midnight
On 12 May 2018 at 20:15, Ramon Fried ramon.fried@gmail.com wrote:
Serial port configuration was missing from previous implementation. It only worked because it was preconfigured by LK. This patch configures the uart for 115200 8N1. It also configures the pin mux for uart pins using DT bindings.
Signed-off-by: Ramon Fried ramon.fried@gmail.com
drivers/serial/serial_msm.c | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org