commit | 97548d59478afec7e8041ed8463cc5248a61f30b | [log] [tgz] |
---|---|---|
author | Jagan Teki <jagan@amarulasolutions.com> | Tue Jun 06 05:31:48 2017 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Wed Jul 12 09:42:33 2017 +0200 |
tree | de2aa517f00449e1a8a559a659bdca708433b9fe | |
parent | 57d3e98f570a8d4cd0dac9c738d4574e00872d90 [diff] |
serial: mxc: Move common init into _mxc_serial_init Move the common initialization code into _mxc_serial_init so-that dm and non-dm can call this func. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Simon Glass <sjg@chromium.org>