From: Stephen Boyd Date: Tue, 16 Jun 2015 21:31:52 +0000 (-0700) Subject: ARM: dts: qcom: msm8960-cdp: Use stdout-path X-Git-Tag: v4.3-rc1~23^2~1^2~1 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=c0ed595961c44beea0d0dc3b0e2b1ef354931bdf;p=karo-tx-linux.git ARM: dts: qcom: msm8960-cdp: Use stdout-path Use stdout-path so that we don't have to put the console on the kernel command line. Signed-off-by: Stephen Boyd --- diff --git a/arch/arm/boot/dts/qcom-msm8960-cdp.dts b/arch/arm/boot/dts/qcom-msm8960-cdp.dts index fad71d5527b0..b72a55462caf 100644 --- a/arch/arm/boot/dts/qcom-msm8960-cdp.dts +++ b/arch/arm/boot/dts/qcom-msm8960-cdp.dts @@ -6,6 +6,14 @@ model = "Qualcomm MSM8960 CDP"; compatible = "qcom,msm8960-cdp", "qcom,msm8960"; + aliases { + serial0 = &gsbi5_serial; + }; + + chosen { + stdout-path = "serial0:115200n8"; + }; + soc { gsbi@16400000 { status = "ok";