Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1166434

[PATCH 06/10] ARM: dts: qcom: apq8084-mtp: Use stdout-path

From Stephen Boyd <sboyd@codeaurora.org>
Newsgroups linux.kernel
Subject [PATCH 06/10] ARM: dts: qcom: apq8084-mtp: Use stdout-path
Date 2015-06-16 23:40 +0200
Message-ID <pC6Kn-6kX-41@gated-at.bofh.it> (permalink)
References <pC6Kl-6kX-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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>
---
 arch/arm/boot/dts/qcom-apq8084-mtp.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

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";
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 00/10] Use stdout-path on qcom boards Stephen Boyd <sboyd@codeaurora.org> - 2015-06-16 23:40 +0200
  [PATCH 02/10] ARM: dts: qcom: apq8064-cm-qs600: Use stdout-path Stephen Boyd <sboyd@codeaurora.org> - 2015-06-16 23:40 +0200
  [PATCH 06/10] ARM: dts: qcom: apq8084-mtp: Use stdout-path Stephen Boyd <sboyd@codeaurora.org> - 2015-06-16 23:40 +0200

csiph-web