We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6bb057 commit 8e42c30Copy full SHA for 8e42c30
drivers/tty/serial/8250/8250_early.c
@@ -189,5 +189,6 @@ static int __init early_omap8250_setup(struct earlycon_device *device,
189
OF_EARLYCON_DECLARE(omap8250, "ti,omap2-uart", early_omap8250_setup);
190
OF_EARLYCON_DECLARE(omap8250, "ti,omap3-uart", early_omap8250_setup);
191
OF_EARLYCON_DECLARE(omap8250, "ti,omap4-uart", early_omap8250_setup);
192
+OF_EARLYCON_DECLARE(omap8250, "ti,am654-uart", early_omap8250_setup);
193
194
#endif
0 commit comments