Hi Christoph, On Tue, Apr 30, 2019 at 11:10 AM Christoph Niedermaier <cniedermaier@xxxxxxxxxxxxxxxxxx> wrote: > > Hello, > > I have found out that the commit 1e434b703248 ("ARM: imx: update the cpu power up timing setting on i.mx6sx") causes UART rx character loss on imx6ull. > The commit is designed for imx6sx, but it also changes the cpu power up timing of the imx6ull, because function imx6sx_cpuidle_init() is also used for imx6ull. > > After receiving of 32 characters correctly, the following characters 33-36 gets lost if there is no delay in the transmission. > I connect the imx6ull with a native PC COM port. > > If I revert the commit I will receive all characters correctly. Thanks for the report. It seems we need to change sw2iso only for mx6sx and not for imx6ul. Could you please test the following patch? http://code.bulix.org/crpbf9-684699 Thanks