From: Stuart Yoder <stuart.yoder@nxp.com>
To: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Cc: shawnguo@kernel.org, Stuart Yoder <stuart.yoder@nxp.com>
Subject: [PATCH 2/2] arm64: dts: add stdout-path to chosen node for ls2080a/ls1043a boards
Date: Fri, 26 Aug 2016 15:46:21 -0500 [thread overview]
Message-ID: <1472244381-1766-3-git-send-email-stuart.yoder@nxp.com> (raw)
In-Reply-To: <1472244381-1766-1-git-send-email-stuart.yoder@nxp.com>
Add a default stdout-path to chosen node for ls2080a/ls1043a boards to
allow booting kernels without specifying console info in bootargs.
Signed-off-by: Stuart Yoder <stuart.yoder@nxp.com>
---
arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts | 4 ++++
arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts | 4 ++++
arch/arm64/boot/dts/freescale/fsl-ls2080a-qds.dts | 3 +++
arch/arm64/boot/dts/freescale/fsl-ls2080a-rdb.dts | 4 ++++
4 files changed, 15 insertions(+)
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts b/arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts
index f813d67..dd9e919 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts
@@ -61,6 +61,10 @@
serial2 = &duart2;
serial3 = &duart3;
};
+
+ chosen {
+ stdout-path = "serial0:115200n8";
+ };
};
&duart0 {
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts
index 8031cde..d2313e0 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts
@@ -57,6 +57,10 @@
serial2 = &duart2;
serial3 = &duart3;
};
+
+ chosen {
+ stdout-path = "serial0:115200n8";
+ };
};
&i2c0 {
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls2080a-qds.dts b/arch/arm64/boot/dts/freescale/fsl-ls2080a-qds.dts
index e8801fa..b0dd010 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls2080a-qds.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls2080a-qds.dts
@@ -57,6 +57,9 @@
serial1 = &serial1;
};
+ chosen {
+ stdout-path = "serial0:115200n8";
+ };
};
&esdhc {
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls2080a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-ls2080a-rdb.dts
index e127f0b..ad0ebb8 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls2080a-rdb.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls2080a-rdb.dts
@@ -56,6 +56,10 @@
serial0 = &serial0;
serial1 = &serial1;
};
+
+ chosen {
+ stdout-path = "serial1:115200n8";
+ };
};
&esdhc {
--
1.9.0
next prev parent reply other threads:[~2016-08-26 20:46 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-26 20:46 [PATCH 0/2] arm64: dts: ls1043a/ls2080a serial updates Stuart Yoder
2016-08-26 20:46 ` [PATCH 1/2] arm64: dts: updates serial aliases for ls1043a rdb and qds boards Stuart Yoder
[not found] ` <1472244381-1766-2-git-send-email-stuart.yoder-3arQi8VN3Tc@public.gmane.org>
2016-08-29 11:01 ` Arnd Bergmann
2016-08-29 18:30 ` Stuart Yoder
2016-08-29 20:38 ` Arnd Bergmann
2016-08-29 21:10 ` Stuart Yoder
2016-08-29 14:01 ` Shawn Guo
2016-08-26 20:46 ` Stuart Yoder [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-08-29 18:31 [PATCH 0/2 v2] arm64: dts: ls1043a/ls2080a serial updates Stuart Yoder
[not found] ` <1472495473-27387-1-git-send-email-stuart.yoder-3arQi8VN3Tc@public.gmane.org>
2016-08-29 18:31 ` [PATCH 2/2] arm64: dts: add stdout-path to chosen node for ls2080a/ls1043a boards Stuart Yoder
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=1472244381-1766-3-git-send-email-stuart.yoder@nxp.com \
--to=stuart.yoder@nxp.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=shawnguo@kernel.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).