diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-06-14 17:15:21 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-06-29 15:18:57 +0300 |
commit | be6bebae60a354bcc207d1b99077c87f1a344710 (patch) | |
tree | 4b0baa20ebe982019b5af87c35960f25bc406bb5 /arch/arm/boot/dts/r7s72100-genmai.dts | |
parent | 1403e38b829acdad5679862a5949e408bca2279a (diff) | |
download | linux-be6bebae60a354bcc207d1b99077c87f1a344710.tar.xz |
ARM: dts: genmai: 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/ttySC2 to /dev/ttySC0.
Add the serial port config to "chosen/stdout-path", which requires
referring to the port by alias.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r7s72100-genmai.dts')
-rw-r--r-- | arch/arm/boot/dts/r7s72100-genmai.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/r7s72100-genmai.dts b/arch/arm/boot/dts/r7s72100-genmai.dts index 05ba9953b4d8..118a8e2b86bd 100644 --- a/arch/arm/boot/dts/r7s72100-genmai.dts +++ b/arch/arm/boot/dts/r7s72100-genmai.dts @@ -17,12 +17,12 @@ compatible = "renesas,genmai", "renesas,r7s72100"; aliases { - serial2 = &scif2; + serial0 = &scif2; }; chosen { bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp"; - stdout-path = &scif2; + stdout-path = "serial0:115200n8"; }; memory@8000000 { |