diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-06-16 14:31:49 -0700 |
---|---|---|
committer | Andy Gross <agross@codeaurora.org> | 2015-09-09 14:57:25 -0500 |
commit | ccfdf7cd7dfaa4140702ff43d760d0eb1578d725 (patch) | |
tree | 5a54d715417765732b35acd5e03c413db7c1a715 /arch/arm | |
parent | d92c945d854f9d973d3a0836548c93ed249b8f3a (diff) |
ARM: dts: qcom: apq8084-mtp: 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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/qcom-apq8084-mtp.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-apq8084-mtp.dts b/arch/arm/boot/dts/qcom-apq8084-mtp.dts index cb43acfc5d1d..3016c7048d44 100644 --- a/arch/arm/boot/dts/qcom-apq8084-mtp.dts +++ b/arch/arm/boot/dts/qcom-apq8084-mtp.dts @@ -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"; |