Searched refs:early_omap8250_setup (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/tty/serial/8250/ |
H A D | 8250_early.c | 176 static int __init early_omap8250_setup(struct earlycon_device *device, in early_omap8250_setup() function 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);
|