From: Antony Pavlov <antonynpavlov@gmail.com>
To: barebox@lists.infradead.org
Subject: [PATCH 3/4] serial: ar933x: set linux_console_name
Date: Fri, 21 Jun 2019 08:21:37 +0300 [thread overview]
Message-ID: <20190621052138.12246-4-antonynpavlov@gmail.com> (raw)
In-Reply-To: <20190621052138.12246-1-antonynpavlov@gmail.com>
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
drivers/serial/serial_ar933x.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/serial/serial_ar933x.c b/drivers/serial/serial_ar933x.c
index 676b9fadf8..dda604652b 100644
--- a/drivers/serial/serial_ar933x.c
+++ b/drivers/serial/serial_ar933x.c
@@ -175,6 +175,7 @@ static int ar933x_serial_probe(struct device_d *dev)
cdev->putc = ar933x_serial_putc;
cdev->getc = ar933x_serial_getc;
cdev->setbrg = ar933x_serial_setbaudrate;
+ cdev->linux_console_name = "ttyATH";
priv->clk = clk_get(dev, NULL);
if (IS_ERR(priv->clk)) {
--
2.20.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2019-06-21 5:21 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-21 5:21 [PATCH 0/4] MIPS: misc patches Antony Pavlov
2019-06-21 5:21 ` [PATCH 1/4] MIPS: Kconfig: move ARCH_TEXT_BASE to top mips Kconfig file Antony Pavlov
2019-06-21 5:21 ` [PATCH 2/4] Documentation: user manual: update MIPS-specific targets Antony Pavlov
2019-06-21 5:21 ` Antony Pavlov [this message]
2019-06-21 5:21 ` [PATCH 4/4] MIPS: dts: tplink-mr3020: add missing stdout-path property Antony Pavlov
2019-06-21 6:06 ` Oleksij Rempel
2019-06-21 6:36 ` Antony Pavlov
2019-06-26 6:55 ` [PATCH 0/4] MIPS: misc patches Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190621052138.12246-4-antonynpavlov@gmail.com \
--to=antonynpavlov@gmail.com \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox