* [OpenRISC] [PATCH v2] openrisc: dts: or1ksim: Add stdout-path
@ 2017-10-22 2:23 Stafford Horne
0 siblings, 0 replies; only message in thread
From: Stafford Horne @ 2017-10-22 2:23 UTC (permalink / raw)
To: openrisc
During reviews of the OpenRISC SMP patch series it was suggested to add
stdout-path to the SMP dts file. Add stdout-path to our other dts files
to be a good example.
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Stafford Horne <shorne@gmail.com>
---
Changes since v1
- Complete rewrite with input from Geert
arch/openrisc/boot/dts/or1ksim.dts | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/arch/openrisc/boot/dts/or1ksim.dts b/arch/openrisc/boot/dts/or1ksim.dts
index 5d4f9027afaf..8f41bd8c9f84 100644
--- a/arch/openrisc/boot/dts/or1ksim.dts
+++ b/arch/openrisc/boot/dts/or1ksim.dts
@@ -5,8 +5,13 @@
#size-cells = <1>;
interrupt-parent = <&pic>;
+ aliases {
+ uart0 = &serial0;
+ };
+
chosen {
- bootargs = "console=uart,mmio,0x90000000,115200";
+ bootargs = "earlycon";
+ stdout-path = "uart0:115200";
};
memory at 0 {
--
2.13.6
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-10-22 2:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-22 2:23 [OpenRISC] [PATCH v2] openrisc: dts: or1ksim: Add stdout-path Stafford Horne
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox