diff options
author | Andy Duan <fugang.duan@nxp.com> | 2021-08-19 04:10:33 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-08-26 14:49:03 +0200 |
commit | d5c38948448abc2bb6b36dbf85a554bf4748885e (patch) | |
tree | c3d5e00a363e8e91dba55d7563bf33b96832910a /net | |
parent | mxser: use semi-colons instead of commas (diff) | |
download | linux-d5c38948448abc2bb6b36dbf85a554bf4748885e.tar.xz linux-d5c38948448abc2bb6b36dbf85a554bf4748885e.zip |
tty: serial: fsl_lpuart: fix the wrong mapbase value
Register offset needs to be applied on mapbase also.
dma_tx/rx_request use the physical address of UARTDATA.
Register offset is currently only applied to membase (the
corresponding virtual addr) but not on mapbase.
Fixes: 24b1e5f0e83c ("tty: serial: lpuart: add imx7ulp support")
Reviewed-by: Leonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: Adriana Reus <adriana.reus@nxp.com>
Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
Signed-off-by: Andy Duan <fugang.duan@nxp.com>
Link: https://lore.kernel.org/r/20210819021033.32606-1-sherry.sun@nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions