Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <sboyd@codeaurora.org>

authored by

Stephen Boyd and committed by
Andy Gross
c0ed5959 a9673108

+8
+8
arch/arm/boot/dts/qcom-msm8960-cdp.dts
··· 6 6 model = "Qualcomm MSM8960 CDP"; 7 7 compatible = "qcom,msm8960-cdp", "qcom,msm8960"; 8 8 9 + aliases { 10 + serial0 = &gsbi5_serial; 11 + }; 12 + 13 + chosen { 14 + stdout-path = "serial0:115200n8"; 15 + }; 16 + 9 17 soc { 10 18 gsbi@16400000 { 11 19 status = "ok";