summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts
diff options
context:
space:
mode:
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>2018-08-08 11:09:44 +0200
committerDinh Nguyen <dinguyen@kernel.org>2018-08-30 08:38:26 -0500
commitf20193f7c79e1a8433954342f0e30cad0f17c192 (patch)
tree40bc8b1e25d71359f24cdc982e608f2dc0df0778 /arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts
parentc8da1d15b8a4957f105ad77bb1404d72e304566f (diff)
ARM: dts: socfpga: use stdout-path for chosen node
Use stdout-path dts property for kernel console. There were two socfpga boards left not using stdout-path: socrates and vining. Make sure they match the other boards. Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts')
-rw-r--r--arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts b/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts
index f50b19447de6..e61efe16e79c 100644
--- a/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts
+++ b/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts
@@ -54,7 +54,8 @@
compatible = "samtec,vining", "altr,socfpga-cyclone5", "altr,socfpga";
chosen {
- bootargs = "console=ttyS0,115200";
+ bootargs = "earlyprintk";
+ stdout-path = "serial0:115200n8";
};
memory@0 {