]> git.karo-electronics.de Git - linux-beck.git/commitdiff
arm/versatile: Add the uart as the stdout device.
authorGrant Likely <grant.likely@linaro.org>
Fri, 28 Mar 2014 01:35:32 +0000 (18:35 -0700)
committerGrant Likely <grant.likely@linaro.org>
Thu, 26 Jun 2014 16:12:23 +0000 (17:12 +0100)
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 <grant.likely@linaro.org>
arch/arm/boot/dts/versatile-ab.dts

index e01e5a081def6fd6d47619461ae7da851ed4af29..88e94c5506a1dbdd76c79f3746f4b68a5fca8ab8 100644 (file)
                i2c0 = &i2c0;
        };
 
+       chosen {
+               stdout-path = &uart0;
+       };
+
        memory {
                reg = <0x0 0x08000000>;
        };