Re: [PATCH] arm64: dts: imx8mp: drop dmas property for uart console

From: Saravana Kannan
Date: Thu Jun 23 2022 - 15:21:52 EST


On Thu, Jun 23, 2022 at 11:20 AM Fabio Estevam <festevam@xxxxxxxxx> wrote:
>
> On Thu, Jun 23, 2022 at 8:35 AM Fabio Estevam <festevam@xxxxxxxxx> wrote:
>
> > It didn't work for me on an imx6q-sabresd board. I could not find a v2.
>
> Ok, found your v2 and tested it.
>
> It solves the console problem on an imx6q-sabresd.
>
> > Also, would this solution work when stdout-path is not passed in the devicetree?
>
> I have confirmed that v2 does not fix the case when stdout-path is not
> passed in the devicetree.
>
> While it is a good practice to describe stdout-path in dt, not all
> devicetree files do this,

I don't think it'll be hard to fix the console= case either. In the
case where you are not using stdout-path, how are you setting the
console? Just want to make sure I'm handling that case too.

-Saravana