serial: serial_msm: added pinmux & config
authorRamon Fried <ramon.fried@gmail.com>
Wed, 16 May 2018 09:13:42 +0000 (12:13 +0300)
committerTom Rini <trini@konsulko.com>
Sat, 26 May 2018 22:19:17 +0000 (18:19 -0400)
commitb460b889e28379014a7f951c08d93a151116b1ad
tree4f6d12287cc923c0ff1966290193baebd2ed735a
parent9558ddab96edbe98d26a258dbbde6f62be346dc5
serial: serial_msm: added pinmux & config

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