commit | 2292ed38ebf03249cfe287e5442728391d3eab04 | [log] [tgz] |
---|---|---|
author | Ramon Fried <ramon.fried@gmail.com> | Wed May 16 12:13:42 2018 +0300 |
committer | Tom Rini <trini@konsulko.com> | Sat May 26 18:19:17 2018 -0400 |
tree | 4f6d12287cc923c0ff1966290193baebd2ed735a | |
parent | c9dc155a2ecc8dcf39d60d10762e3ba06bc9ec6f [diff] |
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>