1
0
Fork 0

ARM: dts: at91: Enable DMA on sama5d2_xplained console

Enable DMA on uart1 to get a more reliable console.

Cc: stable <stable@vger.kernel.org> #v4.3+
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
zero-colors
Alexandre Belloni 2017-01-19 23:05:39 +01:00
parent ef8d02d4a2
commit 78162d4846
1 changed files with 2 additions and 0 deletions

View File

@ -148,6 +148,8 @@
uart1: serial@f8020000 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart1_default>;
atmel,use-dma-rx;
atmel,use-dma-tx;
status = "okay";
};