Re: [PATCH V2 1/2] arm64: dts: imx8mm: Configure DMA on UART2

From: Shawn Guo
Date: Mon Jul 07 2025 - 05:00:38 EST


On Thu, Jul 03, 2025 at 06:38:09AM -0500, Adam Ford wrote:
> UART2 is often used as the console, so the DMA was likely left
> off on purpose, since it's recommended to not use the DMA on the
> console. Because, the driver checks to see if the UART is used for
> the console when determining if it should initialize DMA, it
> should be safe to enable DMA on UART2 for all users.
>
> Signed-off-by: Adam Ford <aford173@xxxxxxxxx>
> Reviewed-by: Fabio Estevam <festevam@xxxxxxxxx>

Applied both, thanks!