On Fri, Jul 08, 2022 at 02:58:00PM -0500, shenwei.wang@xxxxxxx wrote: > 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@xxxxxxx> What commit id does this fix?