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

From: Fabio Estevam
Date: Thu Jun 23 2022 - 16:51:46 EST


On Thu, Jun 23, 2022 at 3:58 PM Saravana Kannan <saravanak@xxxxxxxxxx> wrote:

> Will do. I'm looking at the serial console code and I don't see a
> difference between earlycon= vs console= handling. And I know that
> earlycon= doesn't go through the driver core and isn't affected by any
> of this. If you have additional pointers on where console= is parsed,
> feel free to pass it on. I'll continue poking at this.

It seems to be parsed at uart_parse_earlycon() inside
drivers/tty/serial/serial_core.c.