|
@@ -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. */
|