tty: serial: meson: Add a earlycon for the S4 SoC
authorLucas Tanure <tanure@linux.com>
Mon, 9 Oct 2023 12:11:51 +0000 (13:11 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Oct 2023 06:50:49 +0000 (08:50 +0200)
commit3047b5b53c36c2cb7874d3823320ffff6a8bf6b3
treec01e5d1936e4001e1596d34d5fa1522e9bc6fde2
parentcfb5e0cece70b36bacbe8f888c096e6370a9c6ba
tty: serial: meson: Add a earlycon for the S4 SoC

The new Amlogic S4 SoC does not have a always-on uart, so add
OF_EARLYCON_DECLARE for it.
Amlogic T7 will use this as fallback.

Signed-off-by: Lucas Tanure <tanure@linux.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20231009121151.4509-1-tanure@linux.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/meson_uart.c