Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 06ff6b2d authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Arnd Bergmann
Browse files

ARM: dts: uniphier: use stdout-path instead of console



Specifying both console and stdout-path is redundant.  Add options
":115200n8" to stdout-path and drop "console=ttyS0,115200".

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent a3de778b
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -57,8 +57,7 @@
	};
	};


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


	aliases {
	aliases {
+1 −2
Original line number Original line Diff line number Diff line
@@ -57,8 +57,7 @@
	};
	};


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


	aliases {
	aliases {
+1 −2
Original line number Original line Diff line number Diff line
@@ -57,8 +57,7 @@
	};
	};


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


	aliases {
	aliases {
+1 −2
Original line number Original line Diff line number Diff line
@@ -58,8 +58,7 @@
	};
	};


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


	aliases {
	aliases {
+1 −2
Original line number Original line Diff line number Diff line
@@ -57,8 +57,7 @@
	};
	};


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


	aliases {
	aliases {