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


Groups > linux.kernel > #1421551 > unrolled thread

[PATCH 0/3] ARM: dts: uniphier: UniPhier DTS updates (32bit) for v4.8-rc1

Started byMasahiro Yamada <yamada.masahiro@socionext.com>
First post2016-06-14 05:10 +0200
Last post2016-06-14 19:50 +0200
Articles 3 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/3] ARM: dts: uniphier: UniPhier DTS updates (32bit) for v4.8-rc1 Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-06-14 05:10 +0200
    [PATCH 3/3] ARM: dts: uniphier: renumber serial aliases for Gentil/Vodka boards Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-06-14 05:10 +0200
    Re: [PATCH 0/3] ARM: dts: uniphier: UniPhier DTS updates (32bit) for  v4.8-rc1 Olof Johansson <olof@lixom.net> - 2016-06-14 19:50 +0200

#1421551 — [PATCH 0/3] ARM: dts: uniphier: UniPhier DTS updates (32bit) for v4.8-rc1

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2016-06-14 05:10 +0200
Subject[PATCH 0/3] ARM: dts: uniphier: UniPhier DTS updates (32bit) for v4.8-rc1
Message-ID<rJMK5-727-7@gated-at.bofh.it>


Masahiro Yamada (3):
  ARM: dts: uniphier: add System Bus pinmux node
  ARM: dts: uniphier: add SoC-Glue node to UniPhier 32bit SoCs
  ARM: dts: uniphier: renumber serial aliases for Gentil/Vodka boards

 arch/arm/boot/dts/uniphier-common32.dtsi          | 12 +++++++++---
 arch/arm/boot/dts/uniphier-ph1-ld4.dtsi           |  2 +-
 arch/arm/boot/dts/uniphier-ph1-ld6b.dtsi          |  2 +-
 arch/arm/boot/dts/uniphier-ph1-pro4.dtsi          |  2 +-
 arch/arm/boot/dts/uniphier-ph1-pro5.dtsi          |  2 +-
 arch/arm/boot/dts/uniphier-ph1-sld8.dtsi          |  2 +-
 arch/arm/boot/dts/uniphier-pinctrl.dtsi           |  5 +++++
 arch/arm/boot/dts/uniphier-proxstream2-gentil.dts |  8 ++++----
 arch/arm/boot/dts/uniphier-proxstream2-vodka.dts  |  8 ++++----
 arch/arm/boot/dts/uniphier-proxstream2.dtsi       |  2 +-
 10 files changed, 28 insertions(+), 17 deletions(-)

-- 
1.9.1

[toc] | [next] | [standalone]


#1421553 — [PATCH 3/3] ARM: dts: uniphier: renumber serial aliases for Gentil/Vodka boards

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2016-06-14 05:10 +0200
Subject[PATCH 3/3] ARM: dts: uniphier: renumber serial aliases for Gentil/Vodka boards
Message-ID<rJMTM-7lq-23@gated-at.bofh.it>
In reply to#1421551
On these two boards, the serial0 is used for inter-chip connection,
so cannot be used for login console.  The serial2 is used instead
for them, but it is tedious to use because upper level deployment
projects must switch login console per board.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/arm/boot/dts/uniphier-proxstream2-gentil.dts | 8 ++++----
 arch/arm/boot/dts/uniphier-proxstream2-vodka.dts  | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/arch/arm/boot/dts/uniphier-proxstream2-gentil.dts b/arch/arm/boot/dts/uniphier-proxstream2-gentil.dts
index bf2619e..98d895b 100644
--- a/arch/arm/boot/dts/uniphier-proxstream2-gentil.dts
+++ b/arch/arm/boot/dts/uniphier-proxstream2-gentil.dts
@@ -55,13 +55,13 @@
 	};
 
 	chosen {
-		stdout-path = "serial2:115200n8";
+		stdout-path = "serial0:115200n8";
 	};
 
 	aliases {
-		serial0 = &serial0;
-		serial1 = &serial1;
-		serial2 = &serial2;
+		serial0 = &serial2;
+		serial1 = &serial0;
+		serial2 = &serial1;
 		i2c0 = &i2c0;
 		i2c2 = &i2c2;
 		i2c4 = &i2c4;
diff --git a/arch/arm/boot/dts/uniphier-proxstream2-vodka.dts b/arch/arm/boot/dts/uniphier-proxstream2-vodka.dts
index 498acac..1fb8bd7 100644
--- a/arch/arm/boot/dts/uniphier-proxstream2-vodka.dts
+++ b/arch/arm/boot/dts/uniphier-proxstream2-vodka.dts
@@ -55,13 +55,13 @@
 	};
 
 	chosen {
-		stdout-path = "serial2:115200n8";
+		stdout-path = "serial0:115200n8";
 	};
 
 	aliases {
-		serial0 = &serial0;
-		serial1 = &serial1;
-		serial2 = &serial2;
+		serial0 = &serial2;
+		serial1 = &serial0;
+		serial2 = &serial1;
 		i2c0 = &i2c0;
 		i2c4 = &i2c4;
 		i2c5 = &i2c5;
-- 
1.9.1

[toc] | [prev] | [next] | [standalone]


#1422146 — Re: [PATCH 0/3] ARM: dts: uniphier: UniPhier DTS updates (32bit) for v4.8-rc1

FromOlof Johansson <olof@lixom.net>
Date2016-06-14 19:50 +0200
SubjectRe: [PATCH 0/3] ARM: dts: uniphier: UniPhier DTS updates (32bit) for v4.8-rc1
Message-ID<rK0Do-80b-43@gated-at.bofh.it>
In reply to#1421551
On Tue, Jun 14, 2016 at 11:59:43AM +0900, Masahiro Yamada wrote:
> 
> 
> 
> Masahiro Yamada (3):
>   ARM: dts: uniphier: add System Bus pinmux node
>   ARM: dts: uniphier: add SoC-Glue node to UniPhier 32bit SoCs
>   ARM: dts: uniphier: renumber serial aliases for Gentil/Vodka boards

Applied.


-Olof

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web