Re: [PATCH] docs: admin-guide: kernel-parameters: Document earlycon options for i.MX UARTs

From: Jonathan Corbet
Date: Mon Mar 02 2020 - 14:51:56 EST


On Sat, 29 Feb 2020 14:27:48 +0100
Jonathan NeuschÃfer <j.neuschaefer@xxxxxxx> wrote:

> drivers/tty/serial/imx.c implements these earlycon options.
>
> Signed-off-by: Jonathan NeuschÃfer <j.neuschaefer@xxxxxxx>
> ---
> Documentation/admin-guide/kernel-parameters.txt | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
> index 47cd55e339a5..d118ee5721b7 100644
> --- a/Documentation/admin-guide/kernel-parameters.txt
> +++ b/Documentation/admin-guide/kernel-parameters.txt
> @@ -1095,6 +1095,12 @@
> A valid base address must be provided, and the serial
> port must already be setup and configured.
>
> + ec_imx21,<addr>
> + ec_imx6q,<addr>
> + Start an early, polled-mode, output-only console on the
> + Freescale i.MX UART at the specified address. The UART
> + must already be setup and configured.
> +
> ar3700_uart,<addr>
> Start an early, polled-mode console on the
> Armada 3700 serial port at the specified

Applied, thanks.

jon