Commit 1ef75c67 authored by Ezra Buehler's avatar Ezra Buehler Committed by Claudiu Beznea

ARM: dts: microchip: gardena-smart-gateway: Use DMA for USART3

The AT91SAM9G25-based GARDENA smart Gateway uses USART3 (ttyS1) to
communicate (over PPP, at 115200 baud) with the radio module.

We have been experiencing packet loss and seeing errors on the ppp0
interface. Enabling DMA for the serial interface resolves the issues.
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-3-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 f8f4f442
......@@ -121,6 +121,8 @@ &usart2 {
};
&usart3 {
atmel,use-dma-rx;
atmel,use-dma-tx;
status = "okay";
pinctrl-0 = <&pinctrl_usart3
......
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