]> git.ipfire.org Git - people/ms/u-boot.git/commit
serial_mxc: Remove unconditional DCE setting
authorBreno Lima <breno.lima@nxp.com>
Wed, 20 Jul 2016 19:34:34 +0000 (16:34 -0300)
committerStefano Babic <sbabic@denx.de>
Thu, 21 Jul 2016 08:43:52 +0000 (10:43 +0200)
commit5d219d46aa6763639eeac5f08813ed4dc6982728
treee548a88e2dfa187c7ded254f410a0311af439266
parent8f2e2f15ffa1bb03b6e6e189312426059f3215d1
serial_mxc: Remove unconditional DCE setting

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>
Acked-by: Stefan Agner <stefan.agner@toradex.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
drivers/serial/serial_mxc.c