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 01/10] ARM: dts: qcom: Label serial nodes for aliasing and stdout-path
Date: Tue, 16 Jun 2015 14:31:44 -0700 [thread overview]
Message-ID: <1434490313-13905-2-git-send-email-sboyd@codeaurora.org> (raw)
In-Reply-To: <1434490313-13905-1-git-send-email-sboyd@codeaurora.org>
Add a label to the serial nodes that are being used for the
console.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
---
arch/arm/boot/dts/qcom-apq8084.dtsi | 2 +-
arch/arm/boot/dts/qcom-ipq8064.dtsi | 2 +-
arch/arm/boot/dts/qcom-msm8660.dtsi | 2 +-
arch/arm/boot/dts/qcom-msm8960.dtsi | 2 +-
arch/arm/boot/dts/qcom-msm8974.dtsi | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/arch/arm/boot/dts/qcom-apq8084.dtsi b/arch/arm/boot/dts/qcom-apq8084.dtsi
index 7084010ee61b..0554fbd72c40 100644
--- a/arch/arm/boot/dts/qcom-apq8084.dtsi
+++ b/arch/arm/boot/dts/qcom-apq8084.dtsi
@@ -234,7 +234,7 @@
interrupts = <0 208 0>;
};
- serial@f995e000 {
+ blsp2_uart2: serial@f995e000 {
compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
reg = <0xf995e000 0x1000>;
interrupts = <0 114 0x0>;
diff --git a/arch/arm/boot/dts/qcom-ipq8064.dtsi b/arch/arm/boot/dts/qcom-ipq8064.dtsi
index 9f727d8eadf6..fa698635eea0 100644
--- a/arch/arm/boot/dts/qcom-ipq8064.dtsi
+++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi
@@ -197,7 +197,7 @@
syscon-tcsr = <&tcsr>;
- serial@16340000 {
+ gsbi4_serial: serial@16340000 {
compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm";
reg = <0x16340000 0x1000>,
<0x16300000 0x1000>;
diff --git a/arch/arm/boot/dts/qcom-msm8660.dtsi b/arch/arm/boot/dts/qcom-msm8660.dtsi
index e0b2ce2910e0..80070bd41d5d 100644
--- a/arch/arm/boot/dts/qcom-msm8660.dtsi
+++ b/arch/arm/boot/dts/qcom-msm8660.dtsi
@@ -97,7 +97,7 @@
syscon-tcsr = <&tcsr>;
- serial@19c40000 {
+ gsbi12_serial: serial@19c40000 {
compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm";
reg = <0x19c40000 0x1000>,
<0x19c00000 0x1000>;
diff --git a/arch/arm/boot/dts/qcom-msm8960.dtsi b/arch/arm/boot/dts/qcom-msm8960.dtsi
index a02b984cc68d..502d332eb7bc 100644
--- a/arch/arm/boot/dts/qcom-msm8960.dtsi
+++ b/arch/arm/boot/dts/qcom-msm8960.dtsi
@@ -139,7 +139,7 @@
syscon-tcsr = <&tcsr>;
- serial@16440000 {
+ gsbi5_serial: serial@16440000 {
compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm";
reg = <0x16440000 0x1000>,
<0x16400000 0x1000>;
diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi
index 37b47b5538b8..d549f7edf21f 100644
--- a/arch/arm/boot/dts/qcom-msm8974.dtsi
+++ b/arch/arm/boot/dts/qcom-msm8974.dtsi
@@ -227,7 +227,7 @@
reg = <0xfd8c0000 0x6000>;
};
- serial@f991e000 {
+ blsp1_uart2: serial@f991e000 {
compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
reg = <0xf991e000 0x1000>;
interrupts = <0 108 0x0>;
--
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 01/10] ARM: dts: qcom: Label serial nodes for aliasing and stdout-path
Date: Tue, 16 Jun 2015 14:31:44 -0700 [thread overview]
Message-ID: <1434490313-13905-2-git-send-email-sboyd@codeaurora.org> (raw)
In-Reply-To: <1434490313-13905-1-git-send-email-sboyd@codeaurora.org>
Add a label to the serial nodes that are being used for the
console.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
---
arch/arm/boot/dts/qcom-apq8084.dtsi | 2 +-
arch/arm/boot/dts/qcom-ipq8064.dtsi | 2 +-
arch/arm/boot/dts/qcom-msm8660.dtsi | 2 +-
arch/arm/boot/dts/qcom-msm8960.dtsi | 2 +-
arch/arm/boot/dts/qcom-msm8974.dtsi | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/arch/arm/boot/dts/qcom-apq8084.dtsi b/arch/arm/boot/dts/qcom-apq8084.dtsi
index 7084010ee61b..0554fbd72c40 100644
--- a/arch/arm/boot/dts/qcom-apq8084.dtsi
+++ b/arch/arm/boot/dts/qcom-apq8084.dtsi
@@ -234,7 +234,7 @@
interrupts = <0 208 0>;
};
- serial at f995e000 {
+ blsp2_uart2: serial at f995e000 {
compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
reg = <0xf995e000 0x1000>;
interrupts = <0 114 0x0>;
diff --git a/arch/arm/boot/dts/qcom-ipq8064.dtsi b/arch/arm/boot/dts/qcom-ipq8064.dtsi
index 9f727d8eadf6..fa698635eea0 100644
--- a/arch/arm/boot/dts/qcom-ipq8064.dtsi
+++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi
@@ -197,7 +197,7 @@
syscon-tcsr = <&tcsr>;
- serial at 16340000 {
+ gsbi4_serial: serial at 16340000 {
compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm";
reg = <0x16340000 0x1000>,
<0x16300000 0x1000>;
diff --git a/arch/arm/boot/dts/qcom-msm8660.dtsi b/arch/arm/boot/dts/qcom-msm8660.dtsi
index e0b2ce2910e0..80070bd41d5d 100644
--- a/arch/arm/boot/dts/qcom-msm8660.dtsi
+++ b/arch/arm/boot/dts/qcom-msm8660.dtsi
@@ -97,7 +97,7 @@
syscon-tcsr = <&tcsr>;
- serial at 19c40000 {
+ gsbi12_serial: serial at 19c40000 {
compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm";
reg = <0x19c40000 0x1000>,
<0x19c00000 0x1000>;
diff --git a/arch/arm/boot/dts/qcom-msm8960.dtsi b/arch/arm/boot/dts/qcom-msm8960.dtsi
index a02b984cc68d..502d332eb7bc 100644
--- a/arch/arm/boot/dts/qcom-msm8960.dtsi
+++ b/arch/arm/boot/dts/qcom-msm8960.dtsi
@@ -139,7 +139,7 @@
syscon-tcsr = <&tcsr>;
- serial at 16440000 {
+ gsbi5_serial: serial at 16440000 {
compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm";
reg = <0x16440000 0x1000>,
<0x16400000 0x1000>;
diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi
index 37b47b5538b8..d549f7edf21f 100644
--- a/arch/arm/boot/dts/qcom-msm8974.dtsi
+++ b/arch/arm/boot/dts/qcom-msm8974.dtsi
@@ -227,7 +227,7 @@
reg = <0xfd8c0000 0x6000>;
};
- serial at f991e000 {
+ blsp1_uart2: serial at f991e000 {
compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
reg = <0xf991e000 0x1000>;
interrupts = <0 108 0x0>;
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project
next prev 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 ` Stephen Boyd [this message]
2015-06-16 21:31 ` [PATCH 01/10] ARM: dts: qcom: Label serial nodes for aliasing and stdout-path 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 ` [PATCH 08/10] ARM: dts: qcom: msm8660-surf: " 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 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-2-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.