Commit f20193f7 authored by Simon Goldschmidt's avatar Simon Goldschmidt Committed by Dinh Nguyen
Browse files

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: default avatarSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent c8da1d15
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 {
+2 −1
Original line number Diff line number Diff line
@@ -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 {