linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: lager dts: Drop console= bootargs parameter
@ 2014-12-02 17:39 Geert Uytterhoeven
  2014-12-02 20:52 ` Laurent Pinchart
  2014-12-04 12:20 ` Simon Horman
  0 siblings, 2 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2014-12-02 17:39 UTC (permalink / raw)
  To: linux-sh

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 <geert+renesas@glider.be>
---
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]".
---
 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;
 	};
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: shmobile: lager dts: Drop console= bootargs parameter
  2014-12-02 17:39 [PATCH] ARM: shmobile: lager dts: Drop console= bootargs parameter Geert Uytterhoeven
@ 2014-12-02 20:52 ` Laurent Pinchart
  2014-12-04 12:20 ` Simon Horman
  1 sibling, 0 replies; 3+ messages in thread
From: Laurent Pinchart @ 2014-12-02 20:52 UTC (permalink / raw)
  To: linux-sh

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 <geert+renesas@glider.be>

Acked-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>

> ---
> 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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: shmobile: lager dts: Drop console= bootargs parameter
  2014-12-02 17:39 [PATCH] ARM: shmobile: lager dts: Drop console= bootargs parameter Geert Uytterhoeven
  2014-12-02 20:52 ` Laurent Pinchart
@ 2014-12-04 12:20 ` Simon Horman
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2014-12-04 12:20 UTC (permalink / raw)
  To: linux-sh

On Tue, Dec 02, 2014 at 10:52:48PM +0200, Laurent Pinchart wrote:
> 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 <geert+renesas@glider.be>
> 
> Acked-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> 
> > ---
> > 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 ? :-)

I have queued up the version of this patch which Laurent rebased.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-12-04 12:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-02 17:39 [PATCH] ARM: shmobile: lager dts: Drop console= bootargs parameter Geert Uytterhoeven
2014-12-02 20:52 ` Laurent Pinchart
2014-12-04 12:20 ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).