ARM: dts: at91: Enable DMA on sama5d4_xplained console
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Thu, 19 Jan 2017 00:46:58 +0000 (01:46 +0100)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Thu, 19 Jan 2017 22:00:57 +0000 (23:00 +0100)
Enable DMA on usart3 to get a more reliable console. This is especially
useful for automation and kernelci were a kernel with PROVE_LOCKING enabled
is quite susceptible to character loss, resulting in tests failure.

Cc: stable <stable@vger.kernel.org> #v4.1+
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
arch/arm/boot/dts/at91-sama5d4_xplained.dts

index 91cf69e..5ab14ce 100644 (file)
                        };
 
                        usart3: serial@fc00c000 {
+                               atmel,use-dma-rx;
+                               atmel,use-dma-tx;
                                status = "okay";
                        };