summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/tty/serial/fsl_lpuart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/fsl_lpuart.c b/drivers/tty/serial/fsl_lpuart.c
index 1417e4a7ee01..719b554108d4 100644
--- a/drivers/tty/serial/fsl_lpuart.c
+++ b/drivers/tty/serial/fsl_lpuart.c
@@ -230,7 +230,7 @@
#define DMA_RX_TIMEOUT (10)
-static bool nodma = true;
+static bool nodma = false;
module_param(nodma, bool, S_IRUGO);
struct lpuart_port {