]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tty: serial: fsl_lpuart: increase maximum uart_nr to 12
authorSherry Sun <sherry.sun@nxp.com>
Fri, 3 Jan 2025 07:11:54 +0000 (15:11 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 7 Jan 2025 10:50:01 +0000 (11:50 +0100)
commit79d65fda55cf1a6dac96a69913cd2294a3d8948a
treef8c4fc00eef718d9ac5e272ccd6de30ff56e7d67
parent2c1fd53af21b8cb13878b054894d33d3383eb1f3
tty: serial: fsl_lpuart: increase maximum uart_nr to 12

Some SoCs like the i.MX943 have aliases for up to 12 UARTs, need to
increase UART_NR from 8 to 12 to support lpuart9-12 to avoid
initialization failures.

Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
Link: https://lore.kernel.org/r/20250103071154.3070924-1-sherry.sun@nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/fsl_lpuart.c