From: Simon Horman <horms@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] ARM: shmobile: alt dts: Drop console= bootargs parameter
Date: Wed, 05 Nov 2014 05:54:07 +0000 [thread overview]
Message-ID: <20141105055407.GD32680@verge.net.au> (raw)
In-Reply-To: <1415075018-27529-1-git-send-email-horms+renesas@verge.net.au>
On Tue, Nov 04, 2014 at 01:23:38PM +0900, Simon Horman wrote:
> Alt is booted from DT, so chosen/stdout-path is
> always used, and we can drop the "console=" parameter from chosen/bootargs.
>
> This change has a side-effect of changing the console speed from 38400
> to 115200. This is intentional as 115200 is consistently used on
> all other shmobile boards.
>
> Cc: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
> Cc: Geert Uytterhoeven <geert+renesas@glider.be>
> Cc: devicetree@vger.kernel.org
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
I have queued this up.
> ---
> arch/arm/boot/dts/r8a7794-alt.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/r8a7794-alt.dts b/arch/arm/boot/dts/r8a7794-alt.dts
> index 8aec512..f2cf757 100644
> --- a/arch/arm/boot/dts/r8a7794-alt.dts
> +++ b/arch/arm/boot/dts/r8a7794-alt.dts
> @@ -20,7 +20,7 @@
> };
>
> chosen {
> - bootargs = "console=ttySC0,38400 ignore_loglevel rw root=/dev/nfs ip=dhcp";
> + bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
> stdout-path = &scif2;
> };
>
> --
> 2.1.1
>
WARNING: multiple messages have this Message-ID (diff)
From: horms@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: shmobile: alt dts: Drop console= bootargs parameter
Date: Wed, 5 Nov 2014 14:54:07 +0900 [thread overview]
Message-ID: <20141105055407.GD32680@verge.net.au> (raw)
In-Reply-To: <1415075018-27529-1-git-send-email-horms+renesas@verge.net.au>
On Tue, Nov 04, 2014 at 01:23:38PM +0900, Simon Horman wrote:
> Alt is booted from DT, so chosen/stdout-path is
> always used, and we can drop the "console=" parameter from chosen/bootargs.
>
> This change has a side-effect of changing the console speed from 38400
> to 115200. This is intentional as 115200 is consistently used on
> all other shmobile boards.
>
> Cc: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
> Cc: Geert Uytterhoeven <geert+renesas@glider.be>
> Cc: devicetree at vger.kernel.org
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
I have queued this up.
> ---
> arch/arm/boot/dts/r8a7794-alt.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/r8a7794-alt.dts b/arch/arm/boot/dts/r8a7794-alt.dts
> index 8aec512..f2cf757 100644
> --- a/arch/arm/boot/dts/r8a7794-alt.dts
> +++ b/arch/arm/boot/dts/r8a7794-alt.dts
> @@ -20,7 +20,7 @@
> };
>
> chosen {
> - bootargs = "console=ttySC0,38400 ignore_loglevel rw root=/dev/nfs ip=dhcp";
> + bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
> stdout-path = &scif2;
> };
>
> --
> 2.1.1
>
WARNING: multiple messages have this Message-ID (diff)
From: Simon Horman <horms@verge.net.au>
To: linux-sh@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
Magnus Damm <magnus.damm@gmail.com>,
Ulrich Hecht <ulrich.hecht+renesas@gmail.com>,
Geert Uytterhoeven <geert+renesas@glider.be>,
devicetree@vger.kernel.org
Subject: Re: [PATCH] ARM: shmobile: alt dts: Drop console= bootargs parameter
Date: Wed, 5 Nov 2014 14:54:07 +0900 [thread overview]
Message-ID: <20141105055407.GD32680@verge.net.au> (raw)
In-Reply-To: <1415075018-27529-1-git-send-email-horms+renesas@verge.net.au>
On Tue, Nov 04, 2014 at 01:23:38PM +0900, Simon Horman wrote:
> Alt is booted from DT, so chosen/stdout-path is
> always used, and we can drop the "console=" parameter from chosen/bootargs.
>
> This change has a side-effect of changing the console speed from 38400
> to 115200. This is intentional as 115200 is consistently used on
> all other shmobile boards.
>
> Cc: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
> Cc: Geert Uytterhoeven <geert+renesas@glider.be>
> Cc: devicetree@vger.kernel.org
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
I have queued this up.
> ---
> arch/arm/boot/dts/r8a7794-alt.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/r8a7794-alt.dts b/arch/arm/boot/dts/r8a7794-alt.dts
> index 8aec512..f2cf757 100644
> --- a/arch/arm/boot/dts/r8a7794-alt.dts
> +++ b/arch/arm/boot/dts/r8a7794-alt.dts
> @@ -20,7 +20,7 @@
> };
>
> chosen {
> - bootargs = "console=ttySC0,38400 ignore_loglevel rw root=/dev/nfs ip=dhcp";
> + bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
> stdout-path = &scif2;
> };
>
> --
> 2.1.1
>
next prev parent reply other threads:[~2014-11-05 5:54 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-04 4:23 [PATCH] ARM: shmobile: alt dts: Drop console= bootargs parameter Simon Horman
2014-11-04 4:23 ` Simon Horman
2014-11-04 4:23 ` Simon Horman
2014-11-05 5:54 ` Simon Horman [this message]
2014-11-05 5:54 ` Simon Horman
2014-11-05 5:54 ` Simon Horman
2015-01-30 21:49 ` Sergei Shtylyov
2015-01-30 21:49 ` Sergei Shtylyov
2015-01-30 21:49 ` Sergei Shtylyov
2015-01-31 4:17 ` Simon Horman
2015-01-31 4:17 ` Simon Horman
2015-01-31 4:17 ` Simon Horman
2015-02-02 22:10 ` Sergei Shtylyov
2015-02-02 22:10 ` Sergei Shtylyov
2015-02-02 22:10 ` Sergei Shtylyov
2015-02-03 0:41 ` Simon Horman
2015-02-03 0:41 ` Simon Horman
2015-02-03 0:41 ` Simon Horman
2015-02-04 22:43 ` Sergei Shtylyov
2015-02-04 22:43 ` Sergei Shtylyov
2015-02-04 22:43 ` Sergei Shtylyov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141105055407.GD32680@verge.net.au \
--to=horms@verge.net.au \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.