Skip to content

Commit

Permalink
ARM: dts: qcom: ipq8064-ap148: 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: Mathieu Olivari <mathieu@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
  • Loading branch information
Stephen Boyd authored and Andy Gross committed Sep 9, 2015
1 parent ccfdf7c commit 9a61b3a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/qcom-ipq8064-ap148.dts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
model = "Qualcomm IPQ8064/AP148";
compatible = "qcom,ipq8064-ap148", "qcom,ipq8064";

aliases {
serial0 = &gsbi4_serial;
};

chosen {
stdout-path = "serial0:115200n8";
};

reserved-memory {
#address-cells = <1>;
#size-cells = <1>;
Expand Down

0 comments on commit 9a61b3a

Please sign in to comment.