diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-06-16 14:31:45 -0700 |
---|---|---|
committer | Andy Gross <agross@codeaurora.org> | 2015-09-09 14:56:50 -0500 |
commit | 4e19db11e99b27bdd4817c3d58a7ead7af8d7d7c (patch) | |
tree | df264fa8b839face87b6604aa4fc9a0ba7ad41c4 /arch/arm | |
parent | 10bfcfea9bbe91adf79cc4efc9c764edd0cbadda (diff) |
ARM: dts: qcom: apq8064-cm-qs600: Use stdout-path
Use stdout-path so that we don't have to put the console on the
kernel command line.
Cc: Mike Rapoport <mike.rapoport@gmail.com>
Cc: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts b/arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts index 34ccb260f12a..47c0282bdfca 100644 --- a/arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts +++ b/arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts @@ -4,6 +4,14 @@ model = "CompuLab CM-QS600"; compatible = "qcom,apq8064-cm-qs600", "qcom,apq8064"; + aliases { + serial0 = &gsbi7_serial; + }; + + chosen { + stdout-path = "serial0:115200n8"; + }; + soc { pinctrl@800000 { i2c1_pins: i2c1 { |