ARM: dts: qcom: apq8064-ifc6410: Use stdout-path
authorStephen Boyd <sboyd@codeaurora.org>
Tue, 16 Jun 2015 21:31:46 +0000 (14:31 -0700)
committerAndy Gross <agross@codeaurora.org>
Wed, 9 Sep 2015 19:56:56 +0000 (14:56 -0500)
Use stdout-path so that we don't have to put the console on the
kernel command line.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
arch/arm/boot/dts/qcom-apq8064-ifc6410.dts

index 88d6655ddaf6dfae95301dfb97d85f46063b05ca..f3100da082b2a3cbe1a1229a1f6be0a21ab4ca5a 100644 (file)
                serial1 = &gsbi6_serial;
        };
 
+       chosen {
+               stdout-path = "serial0:115200n8";
+       };
+
        soc {
                pinctrl@800000 {
                        card_detect: card_detect {
This page took 0.028336 seconds and 5 git commands to generate.