mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-23 13:10:00 +07:00
Powerpc 8xx CPM_UART desynchronisation
This patch fixes a desynchronisation problem with CPM UART driver on Powerpc MPC8xx. The problem happens if data is received before the device is open by the user application. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Acked-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
26e8220adb
commit
725ef4a3b6
@ -417,6 +417,7 @@ static int cpm_uart_startup(struct uart_port *port)
|
|||||||
clrbits32(&pinfo->sccp->scc_gsmrl, SCC_GSMRL_ENR);
|
clrbits32(&pinfo->sccp->scc_gsmrl, SCC_GSMRL_ENR);
|
||||||
clrbits16(&pinfo->sccp->scc_sccm, UART_SCCM_RX);
|
clrbits16(&pinfo->sccp->scc_sccm, UART_SCCM_RX);
|
||||||
}
|
}
|
||||||
|
cpm_uart_initbd(pinfo);
|
||||||
cpm_line_cr_cmd(pinfo, CPM_CR_INIT_TRX);
|
cpm_line_cr_cmd(pinfo, CPM_CR_INIT_TRX);
|
||||||
}
|
}
|
||||||
/* Install interrupt handler. */
|
/* Install interrupt handler. */
|
||||||
|
Loading…
Reference in New Issue
Block a user