From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Pinchart Date: Tue, 02 Dec 2014 21:06:25 +0000 Subject: Re: [PATCH 5/5] ARM: shmobile: koelsch: Rename SCIF[01] serial ports to ttySC[01] Message-Id: <3090641.7NnSZVCixd@avalon> List-Id: References: <1417538146-23350-6-git-send-email-laurent.pinchart+renesas@ideasonboard.com> In-Reply-To: <1417538146-23350-6-git-send-email-laurent.pinchart+renesas@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org Hi Geert, On Tuesday 02 December 2014 22:01:07 Geert Uytterhoeven wrote: > On Tue, Dec 2, 2014 at 5:35 PM, Laurent Pinchart wrote: > > 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 > > > > --- > > > > arch/arm/boot/dts/r8a7791-koelsch.dts | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts > > b/arch/arm/boot/dts/r8a7791-koelsch.dts index 990af167c551..bf58c79a6554 > > 100644 > > --- a/arch/arm/boot/dts/r8a7791-koelsch.dts > > +++ b/arch/arm/boot/dts/r8a7791-koelsch.dts > > @@ -48,8 +48,8 @@ > > compatible = "renesas,koelsch", "renesas,r8a7791"; > > > > aliases { > > - serial6 = &scif0; > > - serial7 = &scif1; > > + serial0 = &scif0; > > + serial1 = &scif1; > > Actually the labels on my Koelsch read "debug0" and "debug1". > Do we care? I thought serial port aliases were required to be named "serial" ? -- Regards, Laurent Pinchart