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>
This commit is contained in:
Simon Goldschmidt 2018-08-08 11:09:44 +02:00 committed by Dinh Nguyen
parent c8da1d15b8
commit f20193f7c7
2 changed files with 4 additions and 2 deletions

View file

@ -22,7 +22,8 @@ / {
compatible = "ebv,socrates", "altr,socfpga-cyclone5", "altr,socfpga";
chosen {
bootargs = "console=ttyS0,115200";
bootargs = "earlyprintk";
stdout-path = "serial0:115200n8";
};
memory@0 {

View file

@ -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 {