All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene@kernel.org>
To: 'Thomas Abraham' <thomas.abraham@linaro.org>
Cc: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org
Subject: RE: [PATCH] ARM: dts: use uart2 for console on smdkv310 and smdk5250
Date: Thu, 20 Sep 2012 08:18:19 +0900	[thread overview]
Message-ID: <099701cd96bd$0e7a3dd0$2b6eb970$@org> (raw)
In-Reply-To: <CAJuYYwQ0A9c_R=HzjeBCxL7E5bpw3j+64ApsCH5Uc8Q6i+HY4Q@mail.gmail.com>

Thomas Abraham wrote:
> 
> On 17 September 2012 17:16, Kukjin Kim <kgene.kim@samsung.com> wrote:
> >
> > Cc: Thomas Abraham <thomas.abraham@linaro.org>
> > Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
> > ---
> >  arch/arm/boot/dts/exynos4210-smdkv310.dts |    2 +-
> >  arch/arm/boot/dts/exynos5250-smdk5250.dts |    2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/arch/arm/boot/dts/exynos4210-smdkv310.dts
> b/arch/arm/boot/dts/exynos4210-smdkv310.dts
> > index 1beccc8..cb01e3d 100644
> > --- a/arch/arm/boot/dts/exynos4210-smdkv310.dts
> > +++ b/arch/arm/boot/dts/exynos4210-smdkv310.dts
> > @@ -26,7 +26,7 @@
> >         };
> >
> >         chosen {
> > -               bootargs = "root=/dev/ram0 rw ramdisk=8192
> initrd=0x41000000,8M console=ttySAC1,115200 init=/linuxrc";
> > +               bootargs = "root=/dev/ram0 rw ramdisk=8192
> initrd=0x41000000,8M console=ttySAC2,115200 init=/linuxrc";
> >         };
> 
> Dear Mr. Kim,
> 
> What is the reason for changing the console port to 2 for smdkv310 board?
> 
Since uart1 can be used for other purpose, we changed the default console
port to use uart2 a few month ago for all of SMDKs. And if required, I will
change it for current defconfigs.

Thanks.

K-Gene <kgene@kernel.org>

WARNING: multiple messages have this Message-ID (diff)
From: kgene@kernel.org (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: use uart2 for console on smdkv310 and smdk5250
Date: Thu, 20 Sep 2012 08:18:19 +0900	[thread overview]
Message-ID: <099701cd96bd$0e7a3dd0$2b6eb970$@org> (raw)
In-Reply-To: <CAJuYYwQ0A9c_R=HzjeBCxL7E5bpw3j+64ApsCH5Uc8Q6i+HY4Q@mail.gmail.com>

Thomas Abraham wrote:
> 
> On 17 September 2012 17:16, Kukjin Kim <kgene.kim@samsung.com> wrote:
> >
> > Cc: Thomas Abraham <thomas.abraham@linaro.org>
> > Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
> > ---
> >  arch/arm/boot/dts/exynos4210-smdkv310.dts |    2 +-
> >  arch/arm/boot/dts/exynos5250-smdk5250.dts |    2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/arch/arm/boot/dts/exynos4210-smdkv310.dts
> b/arch/arm/boot/dts/exynos4210-smdkv310.dts
> > index 1beccc8..cb01e3d 100644
> > --- a/arch/arm/boot/dts/exynos4210-smdkv310.dts
> > +++ b/arch/arm/boot/dts/exynos4210-smdkv310.dts
> > @@ -26,7 +26,7 @@
> >         };
> >
> >         chosen {
> > -               bootargs = "root=/dev/ram0 rw ramdisk=8192
> initrd=0x41000000,8M console=ttySAC1,115200 init=/linuxrc";
> > +               bootargs = "root=/dev/ram0 rw ramdisk=8192
> initrd=0x41000000,8M console=ttySAC2,115200 init=/linuxrc";
> >         };
> 
> Dear Mr. Kim,
> 
> What is the reason for changing the console port to 2 for smdkv310 board?
> 
Since uart1 can be used for other purpose, we changed the default console
port to use uart2 a few month ago for all of SMDKs. And if required, I will
change it for current defconfigs.

Thanks.

K-Gene <kgene@kernel.org>

  reply	other threads:[~2012-09-19 23:18 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-17 11:46 [PATCH] ARM: dts: use uart2 for console on smdkv310 and smdk5250 Kukjin Kim
2012-09-17 11:46 ` Kukjin Kim
2012-09-18  4:20 ` Thomas Abraham
2012-09-18  4:20   ` Thomas Abraham
2012-09-19 23:18   ` Kukjin Kim [this message]
2012-09-19 23:18     ` Kukjin Kim
2012-09-20  4:45     ` Thomas Abraham
2012-09-20  4:45       ` Thomas Abraham

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='099701cd96bd$0e7a3dd0$2b6eb970$@org' \
    --to=kgene@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=thomas.abraham@linaro.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.