Re: [U-Boot] [PATCH] serial_mxc: Remove unconditional DCE setting

2016-07-21 Thread stefano babic
Hi Breno, Stefan, Am 20.07.2016 um 21:44 schrieb Stefan Agner: > On 20.07.2016 12:34, Breno Lima 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 f

Re: [U-Boot] [PATCH] serial_mxc: Remove unconditional DCE setting

2016-07-21 Thread Stefan Agner
On 20.07.2016 12:34, Breno Lima 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

Re: [U-Boot] [PATCH] serial_mxc: Remove unconditional DCE setting

2016-07-20 Thread Fabio Estevam
On Wed, Jul 20, 2016 at 4:34 PM, Breno Lima 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 > uncondit

[U-Boot] [PATCH] serial_mxc: Remove unconditional DCE setting

2016-07-20 Thread Breno Lima
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