All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@codeaurora.org>
To: Andy Gross <agross@codeaurora.org>
Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH 08/10] ARM: dts: qcom: msm8660-surf: Use stdout-path
Date: Tue, 16 Jun 2015 14:31:51 -0700	[thread overview]
Message-ID: <1434490313-13905-9-git-send-email-sboyd@codeaurora.org> (raw)
In-Reply-To: <1434490313-13905-1-git-send-email-sboyd@codeaurora.org>

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-msm8660-surf.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/qcom-msm8660-surf.dts b/arch/arm/boot/dts/qcom-msm8660-surf.dts
index e0883c376248..b17f379e8c2a 100644
--- a/arch/arm/boot/dts/qcom-msm8660-surf.dts
+++ b/arch/arm/boot/dts/qcom-msm8660-surf.dts
@@ -6,6 +6,14 @@
 	model = "Qualcomm MSM8660 SURF";
 	compatible = "qcom,msm8660-surf", "qcom,msm8660";
 
+	aliases {
+		serial0 = &gsbi12_serial;
+	};
+
+	chosen {
+		stdout-path = "serial0:115200n8";
+	};
+
 	soc {
 		gsbi@19c00000 {
 			status = "ok";
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

WARNING: multiple messages have this Message-ID (diff)
From: sboyd@codeaurora.org (Stephen Boyd)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 08/10] ARM: dts: qcom: msm8660-surf: Use stdout-path
Date: Tue, 16 Jun 2015 14:31:51 -0700	[thread overview]
Message-ID: <1434490313-13905-9-git-send-email-sboyd@codeaurora.org> (raw)
In-Reply-To: <1434490313-13905-1-git-send-email-sboyd@codeaurora.org>

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-msm8660-surf.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/qcom-msm8660-surf.dts b/arch/arm/boot/dts/qcom-msm8660-surf.dts
index e0883c376248..b17f379e8c2a 100644
--- a/arch/arm/boot/dts/qcom-msm8660-surf.dts
+++ b/arch/arm/boot/dts/qcom-msm8660-surf.dts
@@ -6,6 +6,14 @@
 	model = "Qualcomm MSM8660 SURF";
 	compatible = "qcom,msm8660-surf", "qcom,msm8660";
 
+	aliases {
+		serial0 = &gsbi12_serial;
+	};
+
+	chosen {
+		stdout-path = "serial0:115200n8";
+	};
+
 	soc {
 		gsbi at 19c00000 {
 			status = "ok";
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

  parent reply	other threads:[~2015-06-16 21:31 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-16 21:31 [PATCH 00/10] Use stdout-path on qcom boards Stephen Boyd
2015-06-16 21:31 ` Stephen Boyd
2015-06-16 21:31 ` Stephen Boyd
2015-06-16 21:31 ` [PATCH 01/10] ARM: dts: qcom: Label serial nodes for aliasing and stdout-path Stephen Boyd
2015-06-16 21:31   ` Stephen Boyd
2015-08-27  4:35   ` Andy Gross
2015-08-27  4:35     ` Andy Gross
2015-06-16 21:31 ` [PATCH 02/10] ARM: dts: qcom: apq8064-cm-qs600: Use stdout-path Stephen Boyd
2015-06-16 21:31   ` Stephen Boyd
2015-08-27  4:33   ` Andy Gross
2015-08-27  4:33     ` Andy Gross
2015-06-16 21:31 ` [PATCH 03/10] ARM: dts: qcom: apq8064-ifc6410: " Stephen Boyd
2015-06-16 21:31   ` Stephen Boyd
2015-08-27  4:16   ` Andy Gross
2015-08-27  4:16     ` Andy Gross
2015-06-16 21:31 ` [PATCH 04/10] ARM: dts: qcom: apq8074-dragonboard: " Stephen Boyd
2015-06-16 21:31   ` Stephen Boyd
2015-08-27  4:17   ` Andy Gross
2015-08-27  4:17     ` Andy Gross
2015-06-16 21:31 ` [PATCH 05/10] ARM: dts: qcom: apq8084-ifc6540: " Stephen Boyd
2015-06-16 21:31   ` Stephen Boyd
2015-08-27  4:27   ` Andy Gross
2015-08-27  4:27     ` Andy Gross
2015-06-16 21:31 ` [PATCH 06/10] ARM: dts: qcom: apq8084-mtp: " Stephen Boyd
2015-06-16 21:31   ` Stephen Boyd
2015-08-27  4:36   ` Andy Gross
2015-08-27  4:36     ` Andy Gross
2015-06-16 21:31 ` [PATCH 07/10] ARM: dts: qcom: ipq8064-ap148: " Stephen Boyd
2015-06-16 21:31   ` Stephen Boyd
2015-08-27  4:34   ` Andy Gross
2015-08-27  4:34     ` Andy Gross
2015-06-16 21:31 ` Stephen Boyd [this message]
2015-06-16 21:31   ` [PATCH 08/10] ARM: dts: qcom: msm8660-surf: " Stephen Boyd
2015-08-27  4:36   ` Andy Gross
2015-08-27  4:36     ` Andy Gross
2015-06-16 21:31 ` [PATCH 09/10] ARM: dts: qcom: msm8960-cdp: " Stephen Boyd
2015-06-16 21:31   ` Stephen Boyd
2015-08-27  4:28   ` Andy Gross
2015-08-27  4:28     ` Andy Gross
2015-06-16 21:31 ` [PATCH 10/10] ARM: dts: qcom: msm8974-sony-xperia-honami: " Stephen Boyd
2015-06-16 21:31   ` Stephen Boyd
2015-08-27  4:36   ` Andy Gross
2015-08-27  4:36     ` Andy Gross

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1434490313-13905-9-git-send-email-sboyd@codeaurora.org \
    --to=sboyd@codeaurora.org \
    --cc=agross@codeaurora.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.