diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-06-14 04:59:46 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-06-14 19:38:58 +0200 |
commit | 2a4a2aadbaad9dffdb564a2895348f3d8e825416 (patch) | |
tree | b95cb757649e9b886397f7f8288f8b3c1f4957f3 /arch/arm/boot/dts/uniphier-proxstream2-gentil.dts | |
parent | ARM: dts: uniphier: add SoC-Glue node to UniPhier 32bit SoCs (diff) | |
download | linux-2a4a2aadbaad9dffdb564a2895348f3d8e825416.tar.xz linux-2a4a2aadbaad9dffdb564a2895348f3d8e825416.zip |
ARM: dts: uniphier: renumber serial aliases for Gentil/Vodka boards
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>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/uniphier-proxstream2-gentil.dts')
-rw-r--r-- | arch/arm/boot/dts/uniphier-proxstream2-gentil.dts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/uniphier-proxstream2-gentil.dts b/arch/arm/boot/dts/uniphier-proxstream2-gentil.dts index bf2619e4d489..98d895b7af1d 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; |