From: l.stach@pengutronix.de (Lucas Stach)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: imx6: RIoTboard Add chosen stdout-path property
Date: Mon, 18 Jun 2018 18:03:17 +0200 [thread overview]
Message-ID: <1529337797.7211.4.camel@pengutronix.de> (raw)
In-Reply-To: <20180618154257.16919-1-manu@freebsd.org>
Am Montag, den 18.06.2018, 17:42 +0200 schrieb Emmanuel Vadot:
> The RIoTboard debug uart is connected to serial1.
> Add a chosen property in the DTS so OS knows what serial port to use for
> the console.
>
> > Signed-off-by: Emmanuel Vadot <manu@freebsd.org>
> ---
> ?arch/arm/boot/dts/imx6dl-riotboard.dts | 4 ++++
> ?1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx6dl-riotboard.dts b/arch/arm/boot/dts/imx6dl-riotboard.dts
> index 2e98c92adff7..315d2ae6fa45 100644
> --- a/arch/arm/boot/dts/imx6dl-riotboard.dts
> +++ b/arch/arm/boot/dts/imx6dl-riotboard.dts
> @@ -19,6 +19,10 @@
> > ? reg = <0x10000000 0x40000000>;
> > ? };
> ?
> > + chosen {
> + stdout-path = "serial1:115200n8";
If there a reason to deviate from the "stdout-path = &uart1;" notation
used by other i.MX boards?
Regards,
Lucas
> + };
> +
> > ? regulators {
> > ? compatible = "simple-bus";
> > ? #address-cells = <1>;
next prev parent reply other threads:[~2018-06-18 16:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-18 15:42 [PATCH] ARM: dts: imx6: RIoTboard Add chosen stdout-path property Emmanuel Vadot
2018-06-18 15:47 ` Fabio Estevam
2018-06-18 16:03 ` Lucas Stach [this message]
2018-06-18 16:30 ` Emmanuel Vadot
2018-06-28 2:20 ` Shawn Guo
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=1529337797.7211.4.camel@pengutronix.de \
--to=l.stach@pengutronix.de \
--cc=linux-arm-kernel@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;
as well as URLs for NNTP newsgroup(s).