Commit 9971863f authored by Alexandre Belloni's avatar Alexandre Belloni Committed by Greg Kroah-Hartman

ARM: dts: at91: Enable DMA on sama5d2_xplained console

commit 78162d48 upstream.

Enable DMA on uart1 to get a more reliable console.
Acked-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f9a1949f
......@@ -148,6 +148,8 @@ pdmic@f8018000 {
uart1: serial@f8020000 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart1_default>;
atmel,use-dma-rx;
atmel,use-dma-tx;
status = "okay";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment