diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-12-08 18:54:12 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-12-10 05:32:29 +0100 |
commit | 832dae1fcb72adff9e28eee9b768786fc7a0e0a9 (patch) | |
tree | b210a0641c1e79aef732291f601e4a317725920b /arch/arm/boot/dts/r8a7791-koelsch.dts | |
parent | ARM: shmobile: r8a7778: tidyup #sound-dai-cells settings (diff) | |
download | linux-832dae1fcb72adff9e28eee9b768786fc7a0e0a9.tar.xz linux-832dae1fcb72adff9e28eee9b768786fc7a0e0a9.zip |
ARM: shmobile: koelsch dts: Add serial port config to chosen/stdout-path
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/r8a7791-koelsch.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7791-koelsch.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts index 50d7b17c6ebd..c94a0fb807a2 100644 --- a/arch/arm/boot/dts/r8a7791-koelsch.dts +++ b/arch/arm/boot/dts/r8a7791-koelsch.dts @@ -54,7 +54,7 @@ chosen { bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp"; - stdout-path = &scif0; + stdout-path = "serial0:115200n8"; }; memory@40000000 { |