|
@@ -1450,7 +1450,7 @@ static void imx_uart_shutdown(struct uart_port *port)
|
|
|
|
|
|
|
|
spin_lock_irqsave(&sport->port.lock, flags);
|
|
spin_lock_irqsave(&sport->port.lock, flags);
|
|
|
ucr2 = imx_uart_readl(sport, UCR2);
|
|
ucr2 = imx_uart_readl(sport, UCR2);
|
|
|
- ucr2 &= ~(UCR2_TXEN | UCR2_CTSC | UCR2_CTS | UCR2_ATEN);
|
|
|
|
|
|
|
+ ucr2 &= ~(UCR2_TXEN | UCR2_ATEN);
|
|
|
imx_uart_writel(sport, ucr2, UCR2);
|
|
imx_uart_writel(sport, ucr2, UCR2);
|
|
|
spin_unlock_irqrestore(&sport->port.lock, flags);
|
|
spin_unlock_irqrestore(&sport->port.lock, flags);
|
|
|
|
|
|