Skip to content

Commit

Permalink
ARM: dts: qcom: apq8064-cm-qs600: Use stdout-path
Browse files Browse the repository at this point in the history
Use stdout-path so that we don't have to put the console on the
kernel command line.

Cc: Mike Rapoport <[email protected]>
Cc: Igor Grinberg <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
  • Loading branch information
bebarino authored and Andy Gross committed Sep 9, 2015
1 parent 10bfcfe commit 4e19db1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4e19db1

Please sign in to comment.