diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-12-08 20:54:12 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-12-10 07:32:29 +0300 |
commit | 832dae1fcb72adff9e28eee9b768786fc7a0e0a9 (patch) | |
tree | b210a0641c1e79aef732291f601e4a317725920b /arch/arm/boot/dts/r8a7791-koelsch.dts | |
parent | 2020dddd67c1884ea7cb9891b36aac7ff5e73038 (diff) | |
download | linux-832dae1fcb72adff9e28eee9b768786fc7a0e0a9.tar.xz |
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 { |