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

Commit 00388218 authored by Grant Likely's avatar Grant Likely
Browse files

arm/versatile: Add the uart as the stdout device.



Add a stdout-path property to the Versatile devicetree so that automatic
console selection works without needing a console= line on the kernel
command line.

Signed-off-by: default avatarGrant Likely <grant.likely@linaro.org>
parent a208ffd2
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -15,6 +15,10 @@
		i2c0 = &i2c0;
		i2c0 = &i2c0;
	};
	};


	chosen {
		stdout-path = &uart0;
	};

	memory {
	memory {
		reg = <0x0 0x08000000>;
		reg = <0x0 0x08000000>;
	};
	};