Commit efc1985c authored by Dinh Nguyen's avatar Dinh Nguyen
Browse files

ARM: dts: socfpga: use stdout-path for chosen node



Use stdout-path dts property for kernel console.

Signed-off-by: default avatarDinh Nguyen <dinguyen@opensource.altera.com>
parent 2211a658
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -21,6 +21,11 @@
	#address-cells = <1>;
	#size-cells = <1>;

	aliases {
		serial0 = &uart0;
		serial1 = &uart1;
	};

	cpus {
		#address-cells = <1>;
		#size-cells = <0>;
+2 −1
Original line number Diff line number Diff line
@@ -21,7 +21,8 @@
	compatible = "altr,socfpga-arria10", "altr,socfpga";

	chosen {
		bootargs = "console=ttyS0,115200 rootwait";
		bootargs = "earlyprintk";
		stdout-path = "serial1:115200n8";
	};

	memory {
+2 −1
Original line number Diff line number Diff line
@@ -22,7 +22,8 @@
	compatible = "altr,socfpga-arria5", "altr,socfpga";

	chosen {
		bootargs = "console=ttyS0,115200";
		bootargs = "earlyprintk";
		stdout-path = "serial0:115200n8";
	};

	memory {
+2 −1
Original line number Diff line number Diff line
@@ -22,7 +22,8 @@
	compatible = "altr,socfpga-cyclone5", "altr,socfpga";

	chosen {
		bootargs = "console=ttyS0,115200";
		bootargs = "earlyprintk";
		stdout-path = "serial0:115200n8";
	};

	memory {
+2 −1
Original line number Diff line number Diff line
@@ -22,7 +22,8 @@
	compatible = "altr,socfpga-cyclone5", "altr,socfpga";

	chosen {
		bootargs = "console=ttyS0,115200";
		bootargs = "earlyprintk";
		stdout-path = "serial0:115200n8";
	};

	memory {