diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-06-17 00:31:48 +0300 |
---|---|---|
committer | Andy Gross <agross@codeaurora.org> | 2015-09-09 22:57:17 +0300 |
commit | d92c945d854f9d973d3a0836548c93ed249b8f3a (patch) | |
tree | fe08a9952bb74e5ae5791b5388f645736fe7dd1d /arch/arm/boot/dts/qcom-apq8084-ifc6540.dts | |
parent | 5f769789bdec38c1d5b19a8743924daf87f5d023 (diff) | |
download | linux-d92c945d854f9d973d3a0836548c93ed249b8f3a.tar.xz |
ARM: dts: qcom: apq8084-ifc6540: 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/boot/dts/qcom-apq8084-ifc6540.dts')
-rw-r--r-- | arch/arm/boot/dts/qcom-apq8084-ifc6540.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-apq8084-ifc6540.dts b/arch/arm/boot/dts/qcom-apq8084-ifc6540.dts index f7725b96612c..c9c2b769554f 100644 --- a/arch/arm/boot/dts/qcom-apq8084-ifc6540.dts +++ b/arch/arm/boot/dts/qcom-apq8084-ifc6540.dts @@ -5,6 +5,14 @@ model = "Qualcomm APQ8084/IFC6540"; compatible = "qcom,apq8084-ifc6540", "qcom,apq8084"; + aliases { + serial0 = &blsp2_uart2; + }; + + chosen { + stdout-path = "serial0:115200n8"; + }; + soc { serial@f995e000 { status = "okay"; |