]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: qcom: msm8974-sony-xperia-honami: Use stdout-path
authorStephen Boyd <sboyd@codeaurora.org>
Tue, 16 Jun 2015 21:31:53 +0000 (14:31 -0700)
committerAndy Gross <agross@codeaurora.org>
Wed, 9 Sep 2015 19:57:54 +0000 (14:57 -0500)
Use stdout-path so that we don't have to put the console on the
kernel command line.

Cc: Tim Bird <tim.bird@sonymobile.com>
Cc: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts

index bd35b0674ff6894cd6518046d049b385e038a624..eb547f1f6a605616edb66e038f0bd024109d9254 100644 (file)
@@ -6,6 +6,14 @@
        model = "Sony Xperia Z1";
        compatible = "sony,xperia-honami", "qcom,msm8974";
 
+       aliases {
+               serial0 = &blsp1_uart2;
+       };
+
+       chosen {
+               stdout-path = "serial0:115200n8";
+       };
+
        memory@0 {
                reg = <0 0x40000000>, <0x40000000 0x40000000>;
                device_type = "memory";