tty: serial: fsl_lpuart: add imx8qxp support
authorFugang Duan <fugang.duan@nxp.com>
Thu, 4 Jul 2019 13:40:07 +0000 (21:40 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 4 Jul 2019 13:53:45 +0000 (15:53 +0200)
commit35a4ed0164e992c9c7b82eb1370081a292131904
tree9b9194dced28e6836080305255daa7deeb93e789
parent011bd05d1f5d99eeb91e8a6f81f00654a2b8d3d1
tty: serial: fsl_lpuart: add imx8qxp support

The lpuart of imx8ulp is basically the same as imx7ulp, but it
has new feature support based on imx7ulp, like it can assert a
DMA request on EOP(end-of-packet). imx8ulp lpuart use two clocks,
one is ipg bus clock that is used to access registers, the other
is baud clock that is used to transmit-receive data.

Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
Link: https://lore.kernel.org/r/20190704134007.2316-1-fugang.duan@nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/fsl_lpuart.c