From: Geert Uytterhoeven Date: Fri, 3 Oct 2014 15:11:38 +0000 (+0200) Subject: ARM: shmobile: bockw-reference dts: Add chosen/stdout-path X-Git-Tag: v4.14-rc1~6274^2~17^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=05988b32e3551ffd23e095b3e409db112bb84809;p=platform%2Fkernel%2Flinux-rpi.git ARM: shmobile: bockw-reference dts: Add chosen/stdout-path Add a stdout-path property so that automatic console selection works in the absence of a "console=" parameter on the kernel command line. Remove the now-superfluous "console=" parameter from chosen/bootargs. Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7778-bockw-reference.dts b/arch/arm/boot/dts/r8a7778-bockw-reference.dts index 3342c74..fba2949 100644 --- a/arch/arm/boot/dts/r8a7778-bockw-reference.dts +++ b/arch/arm/boot/dts/r8a7778-bockw-reference.dts @@ -28,7 +28,8 @@ }; chosen { - bootargs = "console=ttySC0,115200 ignore_loglevel root=/dev/nfs ip=dhcp rw"; + bootargs = "ignore_loglevel root=/dev/nfs ip=dhcp rw"; + stdout-path = &scif0; }; memory {