linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: eballetbo@gmail.com (Enric Balletbo Serra)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm: omap3: igep0020: Add console default kernel arguments
Date: Fri, 21 Dec 2012 17:02:08 +0100	[thread overview]
Message-ID: <CAFqH_50ELkdXhVwW8atG0VsXU85S3pZqCVf9cytQRGk5SocFXw@mail.gmail.com> (raw)
In-Reply-To: <1356018118-29852-1-git-send-email-ezequiel.garcia@free-electrons.com>

Hi Ezequiel,

Thanks  for the patch.

2012/12/20 Ezequiel Garcia <ezequiel.garcia@free-electrons.com>:
> IGEP v2 boards has console as ttyO2,115200n8.
> It's better so simply set this as the default kernel argument
> directly in the device tree board file.
>
> Cc: Enric Balletbo i Serra <eballetbo@gmail.com>
> Cc: Javier Martinez Canillas <javier@dowhile0.org>
> Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> ---
>  arch/arm/boot/dts/omap3-igep0020.dts |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/boot/dts/omap3-igep0020.dts b/arch/arm/boot/dts/omap3-igep0020.dts
> index e2b9849..45ffe21 100644
> --- a/arch/arm/boot/dts/omap3-igep0020.dts
> +++ b/arch/arm/boot/dts/omap3-igep0020.dts
> @@ -15,6 +15,10 @@
>         model = "IGEPv2";
>         compatible = "isee,omap3-igep0020", "ti,omap3";
>
> +       chosen {
> +               bootargs = "console=ttyO2,115200n8 earlyprintk";
> +       };
> +

The u-boot 'bootargs' env overwrites the one from chosen ?

>         leds {
>                 compatible = "gpio-leds";
>                 boot {
> --
> 1.7.8.6
>

  reply	other threads:[~2012-12-21 16:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-20 15:41 [PATCH] arm: omap3: igep0020: Add console default kernel arguments Ezequiel Garcia
2012-12-21 16:02 ` Enric Balletbo Serra [this message]
2012-12-21 18:10   ` Javier Martinez Canillas
2012-12-22 14:17     ` Ezequiel Garcia
2012-12-23 18:22       ` Javier Martinez Canillas
2012-12-23 21:27         ` Ezequiel Garcia

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=CAFqH_50ELkdXhVwW8atG0VsXU85S3pZqCVf9cytQRGk5SocFXw@mail.gmail.com \
    --to=eballetbo@gmail.com \
    --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 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).