ARM: shmobile: koelsch: Rename SCIF[01] serial ports to ttySC[01]
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Fri, 18 Oct 2013 14:00:00 +0000 (16:00 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Sun, 21 Dec 2014 08:03:52 +0000 (17:03 +0900)
There's no reason to name the only two available serial ports on the
board ttySC6 and ttySC7 (apart from confusing userspace, which we should
try to avoid).

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7791-koelsch.dts

index 990af167c551492cca23849514fb7e86a0f8e86c..bf58c79a655480667f6b03032924188ea56def79 100644 (file)
@@ -48,8 +48,8 @@
        compatible = "renesas,koelsch", "renesas,r8a7791";
 
        aliases {
-               serial6 = &scif0;
-               serial7 = &scif1;
+               serial0 = &scif0;
+               serial1 = &scif1;
        };
 
        chosen {
This page took 0.025569 seconds and 5 git commands to generate.