* [PATCH] serial: stm32: set linux_console_name
@ 2019-08-20 8:26 Ahmad Fatoum
2019-08-21 6:43 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2019-08-20 8:26 UTC (permalink / raw)
To: barebox; +Cc: Ahmad Fatoum
Linux names these UARTs ttySTM. Tell barebox about this, so it can be
used to correctly compose the console= kernel command line argument.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
drivers/serial/serial_stm32.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/serial/serial_stm32.c b/drivers/serial/serial_stm32.c
index a84e64e974e7..4bbfb1eef72c 100644
--- a/drivers/serial/serial_stm32.c
+++ b/drivers/serial/serial_stm32.c
@@ -182,6 +182,7 @@ static int stm32_serial_probe(struct device_d *dev)
cdev->getc = stm32_serial_getc;
cdev->flush = stm32_serial_flush;
cdev->setbrg = stm32_serial_setbaudrate;
+ cdev->linux_console_name = "ttySTM";
if (dev->device_node) {
devname = of_alias_get(dev->device_node);
--
2.20.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] serial: stm32: set linux_console_name
2019-08-20 8:26 [PATCH] serial: stm32: set linux_console_name Ahmad Fatoum
@ 2019-08-21 6:43 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2019-08-21 6:43 UTC (permalink / raw)
To: Ahmad Fatoum; +Cc: barebox
On Tue, Aug 20, 2019 at 10:26:11AM +0200, Ahmad Fatoum wrote:
> Linux names these UARTs ttySTM. Tell barebox about this, so it can be
> used to correctly compose the console= kernel command line argument.
>
> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
> ---
> drivers/serial/serial_stm32.c | 1 +
> 1 file changed, 1 insertion(+)
Applied, thanks
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-08-21 6:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-20 8:26 [PATCH] serial: stm32: set linux_console_name Ahmad Fatoum
2019-08-21 6:43 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox