Re: [PATCH 1/2] arm64: dts: imx8mm: Configure DMA on UART2
From: Frank Li
Date: Mon Jun 23 2025 - 11:32:55 EST
On Sat, Jun 21, 2025 at 02:07:56PM -0300, Fabio Estevam wrote:
> On Sat, Jun 21, 2025 at 8:23 AM Adam Ford <aford173@xxxxxxxxx> wrote:
> >
> > UART2 is often used as the console, so the DMA was likely left
> > off on purpose, since it's recomended to not use the DMA on the
>
> Typo: recommended
>
>
> > console. Beacause, the driver checks to see if the UART is used for
>
> Typo: Because
>
> > the console when determining if it should initialize DMA, it
> > should be safe to enable DMA on UART2 for all users.
>
> The same comment applies to the other patch.
Please run below command to check spell error before post patches.
./scripts/checkpatch.pl --codespell --strict
Frank
>
> Reviewed-by: Fabio Estevam <festevam@xxxxxxxxx>