From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Pinchart Date: Tue, 02 Dec 2014 20:52:48 +0000 Subject: Re: [PATCH] ARM: shmobile: lager dts: Drop console= bootargs parameter Message-Id: <3742534.JME8MNrVrt@avalon> List-Id: References: <1417541988-28799-1-git-send-email-geert+renesas@glider.be> In-Reply-To: <1417541988-28799-1-git-send-email-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org Hi Geert, Thank you for the patch. On Tuesday 02 December 2014 18:39:48 Geert Uytterhoeven wrote: > Since commit FIXME ("ARM: shmobile: lager: Remove legacy board support"), > lager is restricted to booting from DT, so chosen/stdout-path is always > used, and we can drop the "console=" parameter from chosen/bootargs. > > Signed-off-by: Geert Uytterhoeven Acked-by: Laurent Pinchart > --- > This depends on "[PATCH 2/5] ARM: shmobile: lager: Remove legacy board > support" by Laurent Pinchart, and allows to simplify his "[PATCH 4/5] ARM: > shmobile: lager: Rename SCIFA[01] serial ports to ttySC[01]". Does it imply your ack on the series ? :-) > --- > arch/arm/boot/dts/r8a7790-lager.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/r8a7790-lager.dts > b/arch/arm/boot/dts/r8a7790-lager.dts index > 636d53bb87a27062..7301d029b39d5d9b 100644 > --- a/arch/arm/boot/dts/r8a7790-lager.dts > +++ b/arch/arm/boot/dts/r8a7790-lager.dts > @@ -52,7 +52,7 @@ > }; > > chosen { > - bootargs = "console=ttySC6,115200 ignore_loglevel rw root=/dev/nfs > ip=dhcp"; + bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp"; > stdout-path = &scifa0; > }; -- Regards, Laurent Pinchart