devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: alt dts: Drop console= bootargs parameter
@ 2014-11-04  4:23 Simon Horman
  2014-11-05  5:54 ` Simon Horman
  2015-01-30 21:49 ` Sergei Shtylyov
  0 siblings, 2 replies; 7+ messages in thread
From: Simon Horman @ 2014-11-04  4:23 UTC (permalink / raw)
  To: linux-sh
  Cc: linux-arm-kernel, Magnus Damm, Simon Horman, Ulrich Hecht,
	Geert Uytterhoeven, devicetree

Alt is booted from DT, so chosen/stdout-path is
always used, and we can drop the "console=" parameter from chosen/bootargs.

This change has a side-effect of changing the console speed from 38400
to 115200. This is intentional as 115200 is consistently used on
all other shmobile boards.

Cc: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: devicetree@vger.kernel.org
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7794-alt.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r8a7794-alt.dts b/arch/arm/boot/dts/r8a7794-alt.dts
index 8aec512..f2cf757 100644
--- a/arch/arm/boot/dts/r8a7794-alt.dts
+++ b/arch/arm/boot/dts/r8a7794-alt.dts
@@ -20,7 +20,7 @@
 	};
 
 	chosen {
-		bootargs = "console=ttySC0,38400 ignore_loglevel rw root=/dev/nfs ip=dhcp";
+		bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
 		stdout-path = &scif2;
 	};
 
-- 
2.1.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-02-04 22:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-04  4:23 [PATCH] ARM: shmobile: alt dts: Drop console= bootargs parameter Simon Horman
2014-11-05  5:54 ` Simon Horman
2015-01-30 21:49 ` Sergei Shtylyov
     [not found]   ` <54CBFC63.4070808-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
2015-01-31  4:17     ` Simon Horman
2015-02-02 22:10       ` Sergei Shtylyov
2015-02-03  0:41         ` Simon Horman
     [not found]           ` <20150203004146.GB17629-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>
2015-02-04 22:43             ` Sergei Shtylyov

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).