Skip to content

Commit 8e42c30

Browse files
tanstafelgregkh
authored andcommitted
serial: 8250_omap: Add earlycon support for the AM654 UART controller
Currently there is no support for earlycon on the AM654 UART controller. This commit adds it. Signed-off-by: Ronald Wahl <[email protected]> Reviewed-by: Vignesh Raghavendra <[email protected]> Link: https://lore.kernel.org/r/[email protected] Cc: stable <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent c6bb057 commit 8e42c30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/tty/serial/8250/8250_early.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,5 +189,6 @@ static int __init early_omap8250_setup(struct earlycon_device *device,
189189
OF_EARLYCON_DECLARE(omap8250, "ti,omap2-uart", early_omap8250_setup);
190190
OF_EARLYCON_DECLARE(omap8250, "ti,omap3-uart", early_omap8250_setup);
191191
OF_EARLYCON_DECLARE(omap8250, "ti,omap4-uart", early_omap8250_setup);
192+
OF_EARLYCON_DECLARE(omap8250, "ti,am654-uart", early_omap8250_setup);
192193

193194
#endif

0 commit comments

Comments
 (0)