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

ARM: dts: qcom: msm8660-surf: 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
a9673108 9a61b3a3

+8
+8
arch/arm/boot/dts/qcom-msm8660-surf.dts
··· 6 6 model = "Qualcomm MSM8660 SURF"; 7 7 compatible = "qcom,msm8660-surf", "qcom,msm8660"; 8 8 9 + aliases { 10 + serial0 = &gsbi12_serial; 11 + }; 12 + 13 + chosen { 14 + stdout-path = "serial0:115200n8"; 15 + }; 16 + 9 17 soc { 10 18 gsbi@19c00000 { 11 19 status = "ok";