From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Simon Horman <horms@verge.net.au>,
Magnus Damm <magnus.damm@gmail.com>,
Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>,
linux-sh@vger.kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH 3/3] ARM: shmobile: koelsch dts: Drop console= bootargs parameter
Date: Thu, 30 Oct 2014 10:44:41 +0000 [thread overview]
Message-ID: <42870768.kOpZNjp1qs@avalon> (raw)
In-Reply-To: <1414592918-25138-4-git-send-email-geert+renesas@glider.be>
Hi Geert,
On Wednesday 29 October 2014 15:28:38 Geert Uytterhoeven wrote:
> Since commit 595c6a4bb77f0096 ("ARM: shmobile: koelsch: Remove legacy C
> board code"), koelsch is restricted to booting from DT, so
> chosen/stdout-path is always used, and we can drop the "console="
> parameter from chosen/bootargs.
I'm curious, how is the baud rate now selected ?
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Cc: devicetree@vger.kernel.org
> ---
> arch/arm/boot/dts/r8a7791-koelsch.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts
> b/arch/arm/boot/dts/r8a7791-koelsch.dts index
> 191f32bc43ea6dad..523ae4d807b907b2 100644
> --- a/arch/arm/boot/dts/r8a7791-koelsch.dts
> +++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
> @@ -25,7 +25,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 = &scif0;
> };
--
Regards,
Laurent Pinchart
WARNING: multiple messages have this Message-ID (diff)
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Simon Horman <horms@verge.net.au>,
Magnus Damm <magnus.damm@gmail.com>,
Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>,
linux-sh@vger.kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH 3/3] ARM: shmobile: koelsch dts: Drop console= bootargs parameter
Date: Thu, 30 Oct 2014 12:44:41 +0200 [thread overview]
Message-ID: <42870768.kOpZNjp1qs@avalon> (raw)
In-Reply-To: <1414592918-25138-4-git-send-email-geert+renesas@glider.be>
Hi Geert,
On Wednesday 29 October 2014 15:28:38 Geert Uytterhoeven wrote:
> Since commit 595c6a4bb77f0096 ("ARM: shmobile: koelsch: Remove legacy C
> board code"), koelsch is restricted to booting from DT, so
> chosen/stdout-path is always used, and we can drop the "console="
> parameter from chosen/bootargs.
I'm curious, how is the baud rate now selected ?
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Cc: devicetree@vger.kernel.org
> ---
> arch/arm/boot/dts/r8a7791-koelsch.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts
> b/arch/arm/boot/dts/r8a7791-koelsch.dts index
> 191f32bc43ea6dad..523ae4d807b907b2 100644
> --- a/arch/arm/boot/dts/r8a7791-koelsch.dts
> +++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
> @@ -25,7 +25,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 = &scif0;
> };
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2014-10-30 10:44 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-29 14:28 [PATCH 0/3] ARM: shmobile: koelsch: Removal cleanups Geert Uytterhoeven
2014-10-29 14:28 ` [PATCH 3/3] ARM: shmobile: koelsch dts: Drop console= bootargs parameter Geert Uytterhoeven
2014-10-29 14:28 ` Geert Uytterhoeven
2014-10-30 10:44 ` Laurent Pinchart [this message]
2014-10-30 10:44 ` Laurent Pinchart
2014-10-30 11:03 ` Geert Uytterhoeven
2014-10-30 11:03 ` Geert Uytterhoeven
2014-11-14 3:02 ` Simon Horman
2014-11-14 3:02 ` Simon Horman
2014-11-14 8:04 ` Geert Uytterhoeven
2014-11-14 8:04 ` Geert Uytterhoeven
2014-11-25 0:23 ` Simon Horman
2014-11-25 0:23 ` Simon Horman
2014-10-30 1:21 ` [PATCH 0/3] ARM: shmobile: koelsch: Removal cleanups Simon Horman
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=42870768.kOpZNjp1qs@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=devicetree@vger.kernel.org \
--cc=geert+renesas@glider.be \
--cc=horms@verge.net.au \
--cc=laurent.pinchart+renesas@ideasonboard.com \
--cc=linux-sh@vger.kernel.org \
--cc=magnus.damm@gmail.com \
/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.