ARM: dts: uniphier: renumber serial aliases for Gentil/Vodka boards
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 14 Jun 2016 02:59:46 +0000 (11:59 +0900)
committerOlof Johansson <olof@lixom.net>
Tue, 14 Jun 2016 17:38:58 +0000 (10:38 -0700)
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>
arch/arm/boot/dts/uniphier-proxstream2-gentil.dts
arch/arm/boot/dts/uniphier-proxstream2-vodka.dts

index bf2619e4d4892063b9e97e33345a23aa8ddb76e4..98d895b7af1db69b068da5af7c43754a8a903d1e 100644 (file)
        };
 
        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;
index 498acac3d95de9a331ad834fd0aadaede6d420e1..1fb8bd7bb68669bf0d6d4dc7bc343eec98e70e21 100644 (file)
        };
 
        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;
This page took 0.027042 seconds and 5 git commands to generate.