ARM: dts: mmp3-dell-ariel: Add a serial point alias
authorLubomir Rintel <lkundrak@v3.sk>
Thu, 31 Oct 2019 16:34:55 +0000 (17:34 +0100)
committerOlof Johansson <olof@lixom.net>
Mon, 4 Nov 2019 01:01:01 +0000 (17:01 -0800)
Make sure UART3, where the console is, is called ttyS2. That is
consistent with the early console.

Link: https://lore.kernel.org/r/20191031163455.1711872-5-lkundrak@v3.sk
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/mmp3-dell-ariel.dts

index 0855b5f..c1947b5 100644 (file)
        model = "Dell Ariel";
        compatible = "dell,wyse-ariel", "marvell,mmp3";
 
+       aliases {
+               serial2 = &uart3;
+       };
+
        chosen {
                #address-cells = <0x1>;
                #size-cells = <0x1>;