Re: [U-Boot] [PATCH 7/7] serial: serial_msm: added pinmux & config

2018-05-13 Thread Simon Glass
On 12 May 2018 at 20:15, Ramon Fried 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-b

[U-Boot] [PATCH 7/7] serial: serial_msm: added pinmux & config

2018-05-12 Thread Ramon Fried
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 --- drivers/serial/serial_msm.c | 24 ++