From: Grant Likely Date: Fri, 28 Mar 2014 01:35:32 +0000 (-0700) Subject: arm/versatile: Add the uart as the stdout device. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=003882180340a2808151d320dedd853f4cff5e4b;p=linux-beck.git 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: Grant Likely --- diff --git a/arch/arm/boot/dts/versatile-ab.dts b/arch/arm/boot/dts/versatile-ab.dts index e01e5a081def..88e94c5506a1 100644 --- a/arch/arm/boot/dts/versatile-ab.dts +++ b/arch/arm/boot/dts/versatile-ab.dts @@ -15,6 +15,10 @@ i2c0 = &i2c0; }; + chosen { + stdout-path = &uart0; + }; + memory { reg = <0x0 0x08000000>; };