
20 Jul
2016
20 Jul
'16
10:19 p.m.
On Wed, Jul 20, 2016 at 4:34 PM, Breno Lima breno.lima@nxp.com wrote:
Commit 83fd908f28c ("dm: imx: serial: Support DTE mode when using driver model") breaks the serial output for the imx boards that do not use the serial driver model.
The reason for the breakage is that it's setting UFCR_DCEDTE unconditionally for the non-dm case.
So keep the original behavior by removing UFCR_DCEDTE setting in the non-dm case.
Tested on mx7sabresd and mx6wandboard.
Signed-off-by: Breno Lima breno.lima@nxp.com
Thanks for the fix:
Reviewed-by: Fabio Estevam fabio.estevam@nxp.com