aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2016-06-14 10:15:24 -0400
committerSimon Horman <horms+renesas@verge.net.au>2016-06-29 08:19:42 -0400
commit54389e981cdfd081de67de083df451b70651f821 (patch)
tree36b236df4608687cef2d5c00adf19eaadc339ed5
parent20fc3188ac35f4afe52d24d02a0750c5e9307c98 (diff)
ARM: dts: kzm9g: Update console parameters
Change the console alias to "serial0", for consistency with other boards (the first unlabeled serial port is always called "serial0"). This does change the serial console from /dev/ttySC4 to /dev/ttySC0. Add the serial port config to "chosen/stdout-path", which requires referring to the port by alias. Drop the "console=" parameters from the kernel command line, as they're no longer needed for DT-based platforms. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r--arch/arm/boot/dts/sh73a0-kzm9g.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/sh73a0-kzm9g.dts b/arch/arm/boot/dts/sh73a0-kzm9g.dts
index 1df68b167033..3d65f1f6d78b 100644
--- a/arch/arm/boot/dts/sh73a0-kzm9g.dts
+++ b/arch/arm/boot/dts/sh73a0-kzm9g.dts
@@ -22,7 +22,7 @@
22 compatible = "renesas,kzm9g", "renesas,sh73a0"; 22 compatible = "renesas,kzm9g", "renesas,sh73a0";
23 23
24 aliases { 24 aliases {
25 serial4 = &scifa4; 25 serial0 = &scifa4;
26 }; 26 };
27 27
28 cpus { 28 cpus {
@@ -39,8 +39,8 @@
39 }; 39 };
40 40
41 chosen { 41 chosen {
42 bootargs = "console=tty0 console=ttySC4,115200 root=/dev/nfs ip=dhcp ignore_loglevel rw"; 42 bootargs = "root=/dev/nfs ip=dhcp ignore_loglevel rw";
43 stdout-path = &scifa4; 43 stdout-path = "serial0:115200n8";
44 }; 44 };
45 45
46 memory@40000000 { 46 memory@40000000 {