Skip to content

Commit db726a2

Browse files
lucastanuregregkh
authored andcommitted
Revert "tty: serial: meson: Add a earlycon for the T7 SoC"
This reverts commit 6a4197f New SoC will use ttyS0 instead of ttyAML, so T7 SoC doesn't need a OF_EARLYCON_DECLARE. Fixes: 6a4197f ("tty: serial: meson: Add a earlycon for the T7 SoC") Signed-off-by: Lucas Tanure <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 4b91dcc commit db726a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/tty/serial/meson_uart.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -648,8 +648,6 @@ meson_serial_early_console_setup(struct earlycon_device *device, const char *opt
648648

649649
OF_EARLYCON_DECLARE(meson, "amlogic,meson-ao-uart",
650650
meson_serial_early_console_setup);
651-
OF_EARLYCON_DECLARE(meson, "amlogic,t7-uart",
652-
meson_serial_early_console_setup);
653651

654652
#define MESON_SERIAL_CONSOLE_PTR(_devname) (&meson_serial_console_##_devname)
655653
#else

0 commit comments

Comments
 (0)