Commit f8f4f442 authored by Ezra Buehler's avatar Ezra Buehler Committed by Claudiu Beznea

ARM: dts: microchip: at91sam9x5ek: Use DMA for DBGU serial port

The UART controller does not seem to be fast enough to receive data (at
115200 baud) without dropping bytes when DMA is disabled.

This has often been noticed when pasting SSH keys into the serial
console (ttyS0). Only after multiple tries, the long strings would be
successfully transferred without missing characters.
Co-developed-by: default avatarMichael Zimmermann <michael.zimmermann@grandcentrix.net>
Signed-off-by: default avatarMichael Zimmermann <michael.zimmermann@grandcentrix.net>
Signed-off-by: default avatarEzra Buehler <ezra.buehler@husqvarnagroup.com>
Acked-by: default avatarNicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/20240102161839.702625-2-ezra.buehler@husqvarna.com
[claudiu.beznea: s/Co-Developed-by/Co-developed-by to make checkpatch.pl
 happy, s/at91/microchip in commit title]
Signed-off-by: default avatarClaudiu Beznea <claudiu.beznea@tuxon.dev>
parent 6613476e
......@@ -39,6 +39,8 @@ &adc0 {
};
&dbgu {
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