All of lore.kernel.org
 help / color / mirror / Atom feed
From: shawnguo@kernel.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] ARM: dts: vf-colibri: define stdout-path property
Date: Wed, 5 Aug 2015 19:59:50 +0800	[thread overview]
Message-ID: <20150805115950.GJ12927@tiger> (raw)
In-Reply-To: <0af90d47043467591155c16f621cc1da@agner.ch>

On Thu, Jul 30, 2015 at 06:43:29PM +0200, Stefan Agner wrote:
> Hi Shawn,
> 
> Did you notice this change? Just asking since you applied some other
> changes already...

Just applied.  Sorry for the delay.

Shawn

> 
> --
> Stefan
> 
> On 2015-07-15 16:50, Stefan Agner wrote:
> > Define Vybrid's UART0, connected to the Colibri pinout UART_A, as
> > standard output.
> > 
> > Signed-off-by: Stefan Agner <stefan@agner.ch>
> > ---
> >  arch/arm/boot/dts/vf-colibri-eval-v3.dtsi | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
> > b/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
> > index 77e1a45..2ce6fe5 100644
> > --- a/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
> > +++ b/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
> > @@ -9,7 +9,7 @@
> >  
> >  / {
> >  	chosen {
> > -		bootargs = "console=ttyLP0,115200";
> > +		stdout-path = "serial0:115200n8";
> >  	};
> >  
> >  	clk16m: clk16m {
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Stefan Agner <stefan-XLVq0VzYD2Y@public.gmane.org>
Cc: shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH v2] ARM: dts: vf-colibri: define stdout-path property
Date: Wed, 5 Aug 2015 19:59:50 +0800	[thread overview]
Message-ID: <20150805115950.GJ12927@tiger> (raw)
In-Reply-To: <0af90d47043467591155c16f621cc1da-XLVq0VzYD2Y@public.gmane.org>

On Thu, Jul 30, 2015 at 06:43:29PM +0200, Stefan Agner wrote:
> Hi Shawn,
> 
> Did you notice this change? Just asking since you applied some other
> changes already...

Just applied.  Sorry for the delay.

Shawn

> 
> --
> Stefan
> 
> On 2015-07-15 16:50, Stefan Agner wrote:
> > Define Vybrid's UART0, connected to the Colibri pinout UART_A, as
> > standard output.
> > 
> > Signed-off-by: Stefan Agner <stefan-XLVq0VzYD2Y@public.gmane.org>
> > ---
> >  arch/arm/boot/dts/vf-colibri-eval-v3.dtsi | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
> > b/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
> > index 77e1a45..2ce6fe5 100644
> > --- a/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
> > +++ b/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
> > @@ -9,7 +9,7 @@
> >  
> >  / {
> >  	chosen {
> > -		bootargs = "console=ttyLP0,115200";
> > +		stdout-path = "serial0:115200n8";
> >  	};
> >  
> >  	clk16m: clk16m {
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Stefan Agner <stefan@agner.ch>
Cc: shawn.guo@linaro.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2] ARM: dts: vf-colibri: define stdout-path property
Date: Wed, 5 Aug 2015 19:59:50 +0800	[thread overview]
Message-ID: <20150805115950.GJ12927@tiger> (raw)
In-Reply-To: <0af90d47043467591155c16f621cc1da@agner.ch>

On Thu, Jul 30, 2015 at 06:43:29PM +0200, Stefan Agner wrote:
> Hi Shawn,
> 
> Did you notice this change? Just asking since you applied some other
> changes already...

Just applied.  Sorry for the delay.

Shawn

> 
> --
> Stefan
> 
> On 2015-07-15 16:50, Stefan Agner wrote:
> > Define Vybrid's UART0, connected to the Colibri pinout UART_A, as
> > standard output.
> > 
> > Signed-off-by: Stefan Agner <stefan@agner.ch>
> > ---
> >  arch/arm/boot/dts/vf-colibri-eval-v3.dtsi | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
> > b/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
> > index 77e1a45..2ce6fe5 100644
> > --- a/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
> > +++ b/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
> > @@ -9,7 +9,7 @@
> >  
> >  / {
> >  	chosen {
> > -		bootargs = "console=ttyLP0,115200";
> > +		stdout-path = "serial0:115200n8";
> >  	};
> >  
> >  	clk16m: clk16m {
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

  reply	other threads:[~2015-08-05 11:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-15 14:50 [PATCH v2] ARM: dts: vf-colibri: define stdout-path property Stefan Agner
2015-07-15 14:50 ` Stefan Agner
2015-07-30 16:43 ` Stefan Agner
2015-07-30 16:43   ` Stefan Agner
2015-07-30 16:43   ` Stefan Agner
2015-08-05 11:59   ` Shawn Guo [this message]
2015-08-05 11:59     ` Shawn Guo
2015-08-05 11:59     ` Shawn Guo

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=20150805115950.GJ12927@tiger \
    --to=shawnguo@kernel.org \
    --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.