Skip to content

Commit

Permalink
ARM: dts: qcom: apq8084-mtp: 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.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
  • Loading branch information
Stephen Boyd authored and Andy Gross committed Sep 9, 2015
1 parent d92c945 commit ccfdf7c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/qcom-apq8084-mtp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
model = "Qualcomm APQ 8084-MTP";
compatible = "qcom,apq8084-mtp", "qcom,apq8084";

aliases {
serial0 = &blsp2_uart2;
};

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

soc {
serial@f995e000 {
status = "okay";
Expand Down

0 comments on commit ccfdf7c

Please sign in to comment.