Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
serial: fsl_lpuart: fix driver stuck
The calls reorder done in commit [1] works well in the upstream kernel. The NXP version of the kernel needs a port to be attached to the driver earlier, otherwise, the driver is stuck. Move back calls order as a workaround. It may break working rs485. The only board that uses this driver for the RS-485 port is "vf610-zii-scu4-aib" which is quite legacy. [1] commit b079d37 ("serial: Deassert Transmit Enable on probe in driver-specific way") Fixes: b9ae52e ("serial: fsl_lpuart: fix merging issue") Signed-off-by: Oleksandr Suvorov <[email protected]>
- Loading branch information