diff options
author | Shenwei Wang <shenwei.wang@nxp.com> | 2022-07-14 20:58:58 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-07-28 10:34:04 +0200 |
commit | 070298c84e5b924c688a4d08c3a9193175cdffd8 (patch) | |
tree | dec9c09bf7578e767612f4ad527c331e774b490c /drivers/leds | |
parent | tty: serial: qcom-geni-serial: Fix get_clk_div_rate() which otherwise could r... (diff) | |
download | linux-070298c84e5b924c688a4d08c3a9193175cdffd8.tar.xz linux-070298c84e5b924c688a4d08c3a9193175cdffd8.zip |
serial: fsl_lpuart: zero out parity bit in CS7 mode
The LPUART hardware doesn't zero out the parity bit on the received
characters. This behavior won't impact the use cases of CS8 because
the parity bit is the 9th bit which is not currently used by software.
But the parity bit for CS7 must be zeroed out by software in order to
get the correct raw data.
Signed-off-by: Shenwei Wang <shenwei.wang@nxp.com>
Link: https://lore.kernel.org/r/20220714185858.615373-1-shenwei.wang@nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/leds')
0 files changed, 0 insertions, 0 deletions