Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1734938

[PATCH] openrisc: dts: or1ksim: Add stdout-path

From Stafford Horne <shorne@gmail.com>
Newsgroups linux.kernel
Subject [PATCH] openrisc: dts: or1ksim: Add stdout-path
Date 2017-09-19 16:10 +0200
Message-ID <urrnQ-6rz-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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.

Signed-off-by: Stafford Horne <shorne@gmail.com>
---
 arch/openrisc/boot/dts/or1ksim.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/openrisc/boot/dts/or1ksim.dts b/arch/openrisc/boot/dts/or1ksim.dts
index 5d4f9027afaf..ecc30968cbcb 100644
--- a/arch/openrisc/boot/dts/or1ksim.dts
+++ b/arch/openrisc/boot/dts/or1ksim.dts
@@ -7,6 +7,7 @@
 
 	chosen {
 		bootargs = "console=uart,mmio,0x90000000,115200";
+		stdout-path = &serial0;
 	};
 
 	memory@0 {
-- 
2.13.5

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] openrisc: dts: or1ksim: Add stdout-path Stafford Horne <shorne@gmail.com> - 2017-09-19 16:10 +0200
  Re: [PATCH] openrisc: dts: or1ksim: Add stdout-path Geert Uytterhoeven <geert@linux-m68k.org> - 2017-09-19 18:50 +0200
    Re: [PATCH] openrisc: dts: or1ksim: Add stdout-path Stafford Horne <shorne@gmail.com> - 2017-09-20 16:10 +0200

csiph-web