[PATCH] ARM: shmobile: alt dts: Drop console= bootargs parameter
From: horms@verge.net.au (Simon Horman)
Date: 2014-11-05 05:54:07
Also in:
linux-devicetree, linux-sh
From: horms@verge.net.au (Simon Horman)
Date: 2014-11-05 05:54:07
Also in:
linux-devicetree, linux-sh
On Tue, Nov 04, 2014 at 01:23:38PM +0900, Simon Horman wrote:
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 <redacted> Cc: Geert Uytterhoeven <geert+renesas@glider.be> Cc: devicetree at vger.kernel.org Signed-off-by: Simon Horman <redacted>
I have queued this up.
--- 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